Searched refs:pointIndex (Results 1 - 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/truetype/ |
H A D | SimpleGlyph.java | 111 for (int pointIndex = 0; pointIndex < this.numberOfPoints; pointIndex++) { in parseData() 124 this.onCurve[pointIndex] = ((flag & FLAG_ONCURVE) == FLAG_ONCURVE) ? true : false; in parseData() 130 this.xCoordinates[pointIndex] = in parseData() 132 this.xCoordinates[pointIndex] *= in parseData() 140 this.xCoordinates[pointIndex] = in parseData() 146 if (fillArrays && pointIndex > 0) { in parseData() 147 this.xCoordinates[pointIndex] += this.xCoordinates[pointIndex in parseData() [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
H A D | InstancingPerf.cpp | 153 for (GLuint pointIndex = 0; pointIndex < mNumPoints; ++pointIndex) in initializeBenchmark() 157 indexData.push_back(baseIndexData[indexIndex] + pointIndex * pointVertexStride); in initializeBenchmark() 183 for (GLuint pointIndex = 0; pointIndex < mNumPoints; ++pointIndex) in initializeBenchmark() 281 for (size_t pointIndex = 0; pointIndex < mTranslateData.size(); ++pointIndex) in drawBenchmark() [all...] |
H A D | PointSprites.cpp | 149 for (size_t pointIndex = 0; pointIndex < vertexPositions.size(); ++pointIndex) in initializeBenchmark() 151 vertexPositions[pointIndex] = mRNG.randomNegativeOneToOne(); in initializeBenchmark()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_bad_pixels.cpp | 1031 uint32 pointIndex, in FixClusteredPixel() 1060 dng_point badPoint = fList->Point (pointIndex); in FixClusteredPixel() 1085 pointIndex)) in FixClusteredPixel() 1746 for (uint32 pointIndex = 0; pointIndex < pointCount; pointIndex++) in ProcessArea() 1749 dng_point badPoint = fList->Point (pointIndex); in ProcessArea() 1757 bool isIsolated = fList->IsPointIsolated (pointIndex, in ProcessArea() 1776 pointIndex, in ProcessArea() 1030 FixClusteredPixel(dng_pixel_buffer &buffer, uint32 pointIndex, const dng_rect &imageBounds) FixClusteredPixel() argument
|
H A D | dng_bad_pixels.h | 294 uint32 pointIndex,
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | InstancingTest.cpp | 777 for (unsigned int pointIndex = 0u; pointIndex < pointsRendered + 1u; ++pointIndex) 779 GLint pointx = static_cast<GLint>((pointIndex * 0.125f + 0.5f) * getWindowWidth()); 782 if (pointIndex < pointsRendered) 784 GLuint pointColorIndex = (pointIndex * divisorToTry) / kColorDivisor;
|
/third_party/skia/tests/ |
H A D | PathOpsExtendedTest.cpp | 422 const int pointIndex[] = { 0, 1, 1, 1, 1, 0 }; in json_path_out() local 434 for (int i = pointIndex[verbIndex]; i < pointCount[verbIndex]; ++i) { in json_path_out()
|
H A D | PathTest.cpp | 4550 int pointIndex = 0; in test_skbug_6947() local 4554 path.moveTo(points[pointIndex++]); in test_skbug_6947() 4557 path.lineTo(points[pointIndex++]); in test_skbug_6947()
|
Completed in 15 milliseconds