Home
last modified time | relevance | path

Searched defs:lIndex (Results 1 – 6 of 6) sorted by relevance

/external/skia/tests/
DPathOpsTightBoundsTest.cpp32 for (int lIndex = 0; lIndex < lineCount; ++lIndex) { in testTightBoundsLines() local
77 for (int lIndex = 0; lIndex < lineCount; ++lIndex) { in testTightBoundsQuads() local
/external/pdfium/third_party/libopenjpeg/
Dmct.c450 OPJ_UINT32 i, j, lIndex; in opj_calculate_norms() local
/external/skia/src/pathops/
DSkDConicLineIntersection.cpp217 for (int lIndex = 0; lIndex < 2; ++lIndex) { in addLineNearEndPoints() local
DSkDQuadLineIntersection.cpp313 for (int lIndex = 0; lIndex < 2; ++lIndex) { in addLineNearEndPoints() local
DSkDCubicLineIntersection.cpp309 for (int lIndex = 0; lIndex < 2; ++lIndex) { in addLineNearEndPoints() local
DSkPathOpsTSect.cpp1102 for (int lIndex = 0; lIndex < (int) std::size(thisLine.fPts); ++lIndex) { in linesIntersect() local
1113 for (int lIndex = 0; lIndex < (int) std::size(oppLine.fPts); ++lIndex) { in linesIntersect() local