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

  /external/chromium_org/third_party/skia/src/gpu/
GrOvalRenderer.cpp 490 bool useCoverageAA = useAA &&
494 if (!useCoverageAA) {
503 this->drawCircle(target, useCoverageAA, oval, stroke);
506 return this->drawDIEllipse(target, useCoverageAA, oval, stroke);
509 return this->drawEllipse(target, useCoverageAA, oval, stroke);
526 bool useCoverageAA,
632 bool useCoverageAA,
641 SkASSERT(useCoverageAA && isAxisAlignedEllipse);
764 bool useCoverageAA,
    [all...]
GrContext.cpp     [all...]

Completed in 1672 milliseconds