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

  /external/chromium_org/third_party/skia/src/core/
SkEdge.cpp 81 fCurveCount = 0;
95 SkASSERT(fCurveCount != 0);
145 If we need to increase this, we need to store fCurveCount in something
233 fCurveCount = SkToS8(1 << shift);
278 int count = fCurveCount;
310 fCurveCount = SkToS8(count);
414 fCurveCount = SkToS8(-1 << shift);
455 int count = fCurveCount;
495 fCurveCount = SkToS8(count);
SkEdge.h 34 int8_t fCurveCount; // only used by kQuad(+) and kCubic(-)
130 fCurveCount = 0;
SkScan_Path.cpp 157 if (currE->fCurveCount < 0) {
164 } else if (currE->fCurveCount > 0) {
203 if (edge->fCurveCount < 0) {
208 } else if (edge->fCurveCount > 0) {
  /external/skia/src/core/
SkEdge.cpp 81 fCurveCount = 0;
95 SkASSERT(fCurveCount != 0);
145 If we need to increase this, we need to store fCurveCount in something
233 fCurveCount = SkToS8(1 << shift);
278 int count = fCurveCount;
310 fCurveCount = SkToS8(count);
414 fCurveCount = SkToS8(-1 << shift);
455 int count = fCurveCount;
495 fCurveCount = SkToS8(count);
SkEdge.h 34 int8_t fCurveCount; // only used by kQuad(+) and kCubic(-)
130 fCurveCount = 0;
SkScan_Path.cpp 157 if (currE->fCurveCount < 0) {
164 } else if (currE->fCurveCount > 0) {
203 if (edge->fCurveCount < 0) {
208 } else if (edge->fCurveCount > 0) {

Completed in 86 milliseconds