HomeSort by relevance Sort by last modified time
    Searched refs:lIndex (Results 1 - 12 of 12) sorted by null

  /external/skia/tests/
PathOpsTightBoundsTest.cpp 22 for (int lIndex = 0; lIndex < lineCount; ++lIndex) {
67 for (int lIndex = 0; lIndex < lineCount; ++lIndex) {
  /external/skqp/tests/
PathOpsTightBoundsTest.cpp 22 for (int lIndex = 0; lIndex < lineCount; ++lIndex) {
67 for (int lIndex = 0; lIndex < lineCount; ++lIndex) {
  /external/skia/src/pathops/
SkDConicLineIntersection.cpp 205 for (int lIndex = 0; lIndex < 2; ++lIndex) {
206 double lineT = (double) lIndex;
211 (*fLine)[lIndex], (*fLine)[!lIndex]);
215 fIntersections->insert(conicT, lineT, (*fLine)[lIndex]);
SkDCubicLineIntersection.cpp 300 for (int lIndex = 0; lIndex < 2; ++lIndex) {
301 double lineT = (double) lIndex;
306 fLine[lIndex], fLine[!lIndex]);
310 fIntersections->insert(cubicT, lineT, fLine[lIndex]);
SkDQuadLineIntersection.cpp 305 for (int lIndex = 0; lIndex < 2; ++lIndex) {
306 double lineT = (double) lIndex;
311 (*fLine)[lIndex], (*fLine)[!lIndex]);
315 fIntersections->insert(quadT, lineT, (*fLine)[lIndex]);
SkPathOpsTSect.cpp     [all...]
  /external/skqp/src/pathops/
SkDConicLineIntersection.cpp 205 for (int lIndex = 0; lIndex < 2; ++lIndex) {
206 double lineT = (double) lIndex;
211 (*fLine)[lIndex], (*fLine)[!lIndex]);
215 fIntersections->insert(conicT, lineT, (*fLine)[lIndex]);
SkDCubicLineIntersection.cpp 300 for (int lIndex = 0; lIndex < 2; ++lIndex) {
301 double lineT = (double) lIndex;
306 fLine[lIndex], fLine[!lIndex]);
310 fIntersections->insert(cubicT, lineT, fLine[lIndex]);
SkDQuadLineIntersection.cpp 305 for (int lIndex = 0; lIndex < 2; ++lIndex) {
306 double lineT = (double) lIndex;
311 (*fLine)[lIndex], (*fLine)[!lIndex]);
315 fIntersections->insert(quadT, lineT, (*fLine)[lIndex]);
SkPathOpsTSect.cpp     [all...]
  /external/pdfium/third_party/libopenjpeg20/
mct.c 554 OPJ_UINT32 i, j, lIndex;
561 lIndex = i;
564 lCurrentValue = lMatrix[lIndex];
565 lIndex += pNbComps;
  /frameworks/av/media/libaudioclient/
IAudioPolicyService.cpp 418 int lIndex = reply.readInt32();
419 if (index) *index = lIndex;
    [all...]

Completed in 1336 milliseconds