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

  /external/skia/tests/
SVGDeviceTest.cpp 72 int yposCount = (scalarsPerPos < 2) ? 1 : textLen;
73 REPORTER_ASSERT(reporter, SkParse::Count(y) == yposCount);
75 SkAutoTMalloc<SkScalar> ypos(yposCount);
76 SkParse::FindScalars(y, ypos.get(), yposCount);
80 for (int i = 0; i < yposCount; ++i) {
  /external/skqp/tests/
SVGDeviceTest.cpp 72 int yposCount = (scalarsPerPos < 2) ? 1 : textLen;
73 REPORTER_ASSERT(reporter, SkParse::Count(y) == yposCount);
75 SkAutoTMalloc<SkScalar> ypos(yposCount);
76 SkParse::FindScalars(y, ypos.get(), yposCount);
80 for (int i = 0; i < yposCount; ++i) {

Completed in 78 milliseconds