/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
D | IndexDataManager.cpp | 196 void computeRange(const IndexType *indices, GLsizei count, GLuint *minIndex, GLuint *maxIndex, std:… in computeRange() argument 199 *minIndex = MAX_ELEMENTS_INDICES; in computeRange() 208 if(*minIndex > indices[i]) *minIndex = indices[i]; in computeRange() 213 void computeRange(GLenum type, const void *indices, GLsizei count, GLuint *minIndex, GLuint *maxInd… in computeRange() argument 217 computeRange(static_cast<const GLubyte*>(indices), count, minIndex, maxIndex, restartIndices); in computeRange() 221 computeRange(static_cast<const GLuint*>(indices), count, minIndex, maxIndex, restartIndices); in computeRange() 225 computeRange(static_cast<const GLushort*>(indices), count, minIndex, maxIndex, restartIndices); in computeRange() 293 computeRange(type, indices, count, &translated->minIndex, &translated->maxIndex, restartIndices); in prepareIndexData() 354 if(translated->minIndex < start || translated->maxIndex > end) in prepareIndexData() 356 …provided: [%d -> %d]. Range used: [%d -> %d].", start, end, translated->minIndex, translated->maxI… in prepareIndexData()
|
D | IndexDataManager.h | 32 unsigned int minIndex; member
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
D | denseranges.cpp | 67 int32_t minIndex=-1; in firstAfter() local 69 if(value<gapStarts[i] && (minIndex<0 || gapStarts[i]<minValue)) { in firstAfter() 71 minIndex=i; in firstAfter() 74 return minIndex; in firstAfter()
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/toolutil/ |
D | denseranges.cpp | 67 int32_t minIndex=-1; in firstAfter() local 69 if(value<gapStarts[i] && (minIndex<0 || gapStarts[i]<minValue)) { in firstAfter() 71 minIndex=i; in firstAfter() 74 return minIndex; in firstAfter()
|
/third_party/icu/icu4c/source/tools/toolutil/ |
D | denseranges.cpp | 67 int32_t minIndex=-1; in firstAfter() local 69 if(value<gapStarts[i] && (minIndex<0 || gapStarts[i]<minValue)) { in firstAfter() 71 minIndex=i; in firstAfter() 74 return minIndex; in firstAfter()
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
D | denseranges.cpp | 67 int32_t minIndex=-1; in firstAfter() local 69 if(value<gapStarts[i] && (minIndex<0 || gapStarts[i]<minValue)) { in firstAfter() 71 minIndex=i; in firstAfter() 74 return minIndex; in firstAfter()
|
/third_party/flutter/skia/src/pathops/ |
D | SkPathOpsCurve.cpp | 36 int minIndex = -1; in nearPoint() local 42 minIndex = index; in nearPoint() 45 if (minIndex < 0) { in nearPoint() 52 return SkPinT(i[0][minIndex]); in nearPoint()
|
/third_party/skia/src/pathops/ |
D | SkPathOpsCurve.cpp | 36 int minIndex = -1; in nearPoint() local 42 minIndex = index; in nearPoint() 45 if (minIndex < 0) { in nearPoint() 52 return SkPinT(i[0][minIndex]); in nearPoint()
|
/third_party/flutter/skia/third_party/externals/angle2/src/common/ |
D | utilities.cpp | 34 IndexType minIndex = 0; in ComputeTypedIndexRange() local 46 minIndex = indices[i]; in ComputeTypedIndexRange() 58 if (minIndex > indices[i]) in ComputeTypedIndexRange() 60 minIndex = indices[i]; in ComputeTypedIndexRange() 72 minIndex = indices[0]; in ComputeTypedIndexRange() 78 if (minIndex > indices[i]) in ComputeTypedIndexRange() 80 minIndex = indices[i]; in ComputeTypedIndexRange() 89 return gl::IndexRange(static_cast<size_t>(minIndex), static_cast<size_t>(maxIndex), in ComputeTypedIndexRange()
|
/third_party/skia/third_party/externals/angle2/src/common/ |
D | utilities.cpp | 35 IndexType minIndex = 0; in ComputeTypedIndexRange() local 47 minIndex = indices[i]; in ComputeTypedIndexRange() 59 if (minIndex > indices[i]) in ComputeTypedIndexRange() 61 minIndex = indices[i]; in ComputeTypedIndexRange() 73 minIndex = indices[0]; in ComputeTypedIndexRange() 79 if (minIndex > indices[i]) in ComputeTypedIndexRange() 81 minIndex = indices[i]; in ComputeTypedIndexRange() 90 return gl::IndexRange(static_cast<size_t>(minIndex), static_cast<size_t>(maxIndex), in ComputeTypedIndexRange()
|
/third_party/flutter/skia/src/codec/ |
D | SkIcoCodec.cpp | 211 int32_t minIndex = -1; in onGetScaledDimensions() local 219 minIndex = i; in onGetScaledDimensions() 222 SkASSERT(minIndex >= 0); in onGetScaledDimensions() 224 return fEmbeddedCodecs->operator[](minIndex)->dimensions(); in onGetScaledDimensions()
|
/third_party/skia/src/codec/ |
D | SkIcoCodec.cpp | 218 int32_t minIndex = -1; in onGetScaledDimensions() local 226 minIndex = i; in onGetScaledDimensions() 229 SkASSERT(minIndex >= 0); in onGetScaledDimensions() 231 return fEmbeddedCodecs->operator[](minIndex)->dimensions(); in onGetScaledDimensions()
|
/third_party/icu/icu4c/source/test/letest/ |
D | cletest.c | 701 le_int32 minIndex = 0x7FFFFFFF, maxIndex = -1; in GlyphToCharTest() local 710 if (ix < minIndex) { in GlyphToCharTest() 711 minIndex = ix; in GlyphToCharTest() 715 if (minIndex != charIndex) { in GlyphToCharTest() 717 run, lineNumber, charIndex, minIndex); in GlyphToCharTest()
|
D | letest.cpp | 931 le_int32 minIndex = 0x7FFFFFFF, maxIndex = -1; in GlyphToCharTest() local 940 if (ix < minIndex) { in GlyphToCharTest() 941 minIndex = ix; in GlyphToCharTest() 945 if (minIndex != charIndex) { in GlyphToCharTest() 947 run, lineNumber, charIndex, minIndex); in GlyphToCharTest()
|
/third_party/skia/src/utils/ |
D | SkShadowTessellator.cpp | 597 int minIndex = 0; in stitchConcaveRings() local 602 minIndex = i; in stitchConcaveRings() 605 int currPenumbra = minIndex; in stitchConcaveRings() 607 minIndex = 0; in stitchConcaveRings() 612 minIndex = i; in stitchConcaveRings() 615 int currUmbra = minIndex; in stitchConcaveRings()
|
/third_party/flutter/skia/src/utils/ |
D | SkShadowTessellator.cpp | 600 int minIndex = 0; in stitchConcaveRings() local 605 minIndex = i; in stitchConcaveRings() 608 int currPenumbra = minIndex; in stitchConcaveRings() 610 minIndex = 0; in stitchConcaveRings() 615 minIndex = i; in stitchConcaveRings() 618 int currUmbra = minIndex; in stitchConcaveRings()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | Renderer9.cpp | 86 static void DrawPoints(IDirect3DDevice9 *device, GLsizei count, const void *indices, int minIndex) in DrawPoints() argument 91 static_cast<unsigned int>(static_cast<const T *>(indices)[i]) - minIndex; in DrawPoints() 1459 int minIndex = static_cast<int>(indexRange.start); in drawElementsImpl() local 1466 return drawIndexedPoints(context, count, type, indices, minIndex, elementArrayBuffer); in drawElementsImpl() 1471 return drawLineLoop(context, count, type, indices, minIndex, elementArrayBuffer); in drawElementsImpl() 1476 mDevice->DrawIndexedPrimitive(mPrimitiveType, -minIndex, minIndex, in drawElementsImpl() 1487 int minIndex, in drawLineLoop() argument 1646 mDevice->DrawIndexedPrimitive(D3DPT_LINESTRIP, -minIndex, minIndex, count, startIndex, count); in drawLineLoop() 1655 int minIndex, in drawIndexedPoints() argument 1674 DrawPoints<GLubyte>(mDevice, count, indices, minIndex); in drawIndexedPoints() [all …]
|
D | Renderer9.h | 459 int minIndex, 465 int minIndex,
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | Renderer9.cpp | 83 static void DrawPoints(IDirect3DDevice9 *device, GLsizei count, const void *indices, int minIndex) in DrawPoints() argument 88 static_cast<unsigned int>(static_cast<const T *>(indices)[i]) - minIndex; in DrawPoints() 1422 int minIndex = static_cast<int>(indexRange.start); in drawElementsImpl() local 1429 return drawIndexedPoints(context, count, type, indices, minIndex, elementArrayBuffer); in drawElementsImpl() 1434 return drawLineLoop(context, count, type, indices, minIndex, elementArrayBuffer); in drawElementsImpl() 1439 mDevice->DrawIndexedPrimitive(mPrimitiveType, -minIndex, minIndex, in drawElementsImpl() 1450 int minIndex, in drawLineLoop() argument 1609 mDevice->DrawIndexedPrimitive(D3DPT_LINESTRIP, -minIndex, minIndex, count, startIndex, count); in drawLineLoop() 1618 int minIndex, in drawIndexedPoints() argument 1637 DrawPoints<GLubyte>(mDevice, count, indices, minIndex); in drawIndexedPoints() [all …]
|
D | Renderer9.h | 461 int minIndex, 467 int minIndex,
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | StringRange.java | 45 int minIndex = Math.min(o1.length, o2.length); 46 for (int i = 0; i < minIndex; ++i) {
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | StringRange.java | 38 int minIndex = Math.min(o1.length, o2.length); 39 for (int i = 0; i < minIndex; ++i) {
|
/third_party/mesa3d/src/mesa/program/ |
D | program_parse.y | 2167 const GLint minIndex = 0; 2168 assert(index >= minIndex); 2169 (void) minIndex; 2207 const GLint minIndex = -(1 << INST_INDEX_BITS); 2209 assert(index >= minIndex); 2210 (void) minIndex;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/ |
D | ReductionRules.h | 213 s.setSelection(NId, v.minIndex()); in backpropagate()
|
/third_party/skia/src/core/ |
D | SkPath.cpp | 2500 int minIndex = index; in find_min_max_x_at_y() local 2509 minIndex = i; in find_min_max_x_at_y() 2516 return minIndex; in find_min_max_x_at_y() 2567 int minIndex = find_min_max_x_at_y(pts, index, n, &maxIndex); in ComputeFirstDirection() local 2568 if (minIndex == maxIndex) { in ComputeFirstDirection() 2571 SkASSERT(pts[minIndex].fY == pts[index].fY); in ComputeFirstDirection() 2573 SkASSERT(pts[minIndex].fX <= pts[maxIndex].fX); in ComputeFirstDirection() 2576 cross = minIndex - maxIndex; in ComputeFirstDirection()
|