/frameworks/base/core/jni/android/graphics/ |
D | Path.cpp | 239 static void addMove(std::vector<SkPoint>& segmentPoints, std::vector<float>& lengths, in addMove() argument 242 if (!lengths.empty()) { in addMove() 243 length = lengths.back(); in addMove() 246 lengths.push_back(length); in addMove() 249 static void addLine(std::vector<SkPoint>& segmentPoints, std::vector<float>& lengths, in addLine() argument 253 lengths.push_back(0); in addLine() 257 float length = lengths.back() + SkPoint::Distance(segmentPoints.back(), toPoint); in addLine() 259 lengths.push_back(length); in addLine() 316 std::vector<float>& lengths, float errorSquared, bool doubleCheckDivision) { in addBezier() argument 353 addLine(segmentPoints, lengths, iter->second); in addBezier() [all …]
|
/frameworks/base/media/mca/filterpacks/native/base/ |
D | geometry.cpp | 139 const Point& lengths) { in FromCenterAxisAndLengths() argument 141 if (!dy.ScaleTo(lengths.y() / 2.0f)) { in FromCenterAxisAndLengths() 148 dx.ScaleTo(lengths.x() / 2.0f); in FromCenterAxisAndLengths() 155 width_ = lengths.x(); in FromCenterAxisAndLengths() 156 height_ = lengths.y(); in FromCenterAxisAndLengths()
|
/frameworks/base/core/java/android/view/textservice/ |
D | SentenceSuggestionsInfo.java | 46 SuggestionsInfo[] suggestionsInfos, int[] offsets, int[] lengths) { in SentenceSuggestionsInfo() argument 47 if (suggestionsInfos == null || offsets == null || lengths == null) { in SentenceSuggestionsInfo() 50 if (suggestionsInfos.length != offsets.length || offsets.length != lengths.length) { in SentenceSuggestionsInfo() 56 mLengths = Arrays.copyOf(lengths, infoSize); in SentenceSuggestionsInfo()
|
/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
D | glGetDebugMessageLogKHR.java | 14 int[] lengths, in glGetDebugMessageLogKHR() argument 27 java.nio.IntBuffer lengths, in glGetDebugMessageLogKHR() argument
|
D | glGetDebugMessageLog.java | 14 int[] lengths, in glGetDebugMessageLog() argument 27 java.nio.IntBuffer lengths, in glGetDebugMessageLog() argument
|
/frameworks/rs/ |
D | rsElement.h | 113 const size_t * lengths, 128 const size_t * lengths = nullptr, 130 ObjectBaseRef<const Element> elem = createRef(rsc, count, ein, nin, lengths, asin);
|
D | rsElement.cpp | 276 const char **nin, const size_t * lengths, const uint32_t *asin) { in createRef() argument 288 if (lengths) { in createRef() 289 len = lengths[i]; in createRef() 328 if (lengths) { in createRef() 329 len = lengths[ct]; in createRef()
|
/frameworks/base/services/robotests/backup/src/com/android/server/backup/encryption/chunk/ |
D | ChunkListingMapTest.java | 174 private byte[] createChunkListingProto(ChunkHash[] hashes, int[] lengths) { in createChunkListingProto() argument 175 Preconditions.checkArgument(hashes.length == lengths.length); in createChunkListingProto() 179 writeToProtoOutputStream(outputStream, hashes[i], lengths[i]); in createChunkListingProto()
|
/frameworks/base/core/java/android/content/ |
D | IntentFilter.java | 312 int[] lengths, int lenPos) { in findStringInSet() argument 314 final int N = lengths[lenPos]; in findStringInSet() 322 int[] lengths, int lenPos) { in addStringToSet() argument 323 if (findStringInSet(set, string, lengths, lenPos) >= 0) return set; in addStringToSet() 327 lengths[lenPos] = 1; in addStringToSet() 330 final int N = lengths[lenPos]; in addStringToSet() 333 lengths[lenPos] = N+1; in addStringToSet() 341 lengths[lenPos] = N+1; in addStringToSet() 346 int[] lengths, int lenPos) { in removeStringFromSet() argument 347 int pos = findStringInSet(set, string, lengths, lenPos); in removeStringFromSet() [all …]
|
/frameworks/base/core/java/android/service/textservice/ |
D | SpellCheckerService.java | 447 final int[] lengths = new int[querySize]; in reconstructSuggestions() local 461 lengths[i] = item.mLength; in reconstructSuggestions() 468 + lengths[i]); in reconstructSuggestions() 471 return new SentenceSuggestionsInfo(reconstructedSuggestions, offsets, lengths); in reconstructSuggestions()
|
/frameworks/compile/slang/tests/P_reduce_general_inputs/ |
D | ScriptC_reduce_general_inputs.java.expect | 138 // Verify that input array lengths are the same. 202 // Verify that input array lengths are the same. 270 // Verify that input array lengths are the same. 338 // Verify that input array lengths are the same. 406 // Verify that input array lengths are the same. 474 // Verify that input array lengths are the same. 538 // Verify that input array lengths are the same. 602 // Verify that input array lengths are the same. 670 // Verify that input array lengths are the same. 738 // Verify that input array lengths are the same. [all …]
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES31Ext.java | 316 int[] lengths, in glGetDebugMessageLogKHR() argument 329 java.nio.IntBuffer lengths, in glGetDebugMessageLogKHR() argument
|
D | GLES32.java | 322 int[] lengths, in glGetDebugMessageLog() argument 335 java.nio.IntBuffer lengths, in glGetDebugMessageLog() argument
|
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/ |
D | ExifOutputStream.java | 413 long[] lengths = new long[stripCount]; in createRequiredIfdAndTag() local 415 lengths[i] = mExifData.getStrip(i).length; in createRequiredIfdAndTag() 417 lengthTag.setValue(lengths); in createRequiredIfdAndTag()
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES31Ext.spec | 5 …Lenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageL…
|
D | GLES32.spec | 6 …Lenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageL…
|
/frameworks/base/core/proto/android/server/ |
D | backup_chunks_metadata.proto | 59 // extract individual chunks. (i.e., start position is equal to the sum of the lengths of all 93 // lengths of the chunks by sorting this list then looking at the start position of the next
|
/frameworks/compile/slang/tests/P_reduce_general_examples_explicit/ |
D | ScriptC_reduce_general_examples_explicit.java.expect | 280 // Verify that input array lengths are the same.
|
/frameworks/native/services/surfaceflinger/sysprop/ |
D | SurfaceFlingerProperties.sysprop | 25 # overall latency and the lengths of the app --> SF and SF --> display phases)
|
/frameworks/compile/slang/tests/P_reduce_general_examples/ |
D | ScriptC_reduce_general_examples.java.expect | 285 // Verify that input array lengths are the same.
|
/frameworks/compile/slang/tests/P_reduce_general_examples_backward/ |
D | ScriptC_reduce_general_examples_backward.java.expect | 285 // Verify that input array lengths are the same.
|
/frameworks/base/libs/hwui/debug/ |
D | gles_stubs.in | 958 …Lenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageL… 959 …RETURN(glGetDebugMessageLog, count, bufSize, sources, types, ids, severities, lengths, messageLog); 1087 …Lenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageL… 1088 …URN(glGetDebugMessageLogKHR, count, bufSize, sources, types, ids, severities, lengths, messageLog);
|
D | gles_decls.in | 320 …Lenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageL… 363 …Lenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageL…
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2_api.in | 958 …Lenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageL… 959 …RETURN(glGetDebugMessageLog, count, bufSize, sources, types, ids, severities, lengths, messageLog);
|
/frameworks/native/opengl/include/GLES3/ |
D | gl32.h | 1738 …Lenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageL… 1783 …Lenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageL…
|