HomeSort by relevance Sort by last modified time
    Searched full:crre (Results 1 - 1 of 1) sorted by null

  /external/skia/src/gpu/effects/
GrRRectEffect.cpp 102 const CircularRRectEffect& crre = other.cast<CircularRRectEffect>(); local
104 return fEdgeType == crre.fEdgeType && fRRect == crre.fRRect;
163 const CircularRRectEffect& crre = fp.cast<CircularRRectEffect>(); local
196 switch (crre.getCircularCornerFlags()) {
282 if (kInverseFillAA_GrProcessorEdgeType == crre.getEdgeType()) {
292 const CircularRRectEffect& crre = processor.cast<CircularRRectEffect>(); local
294 b->add32((crre.getCircularCornerFlags() << 3) | crre.getEdgeType());
299 const CircularRRectEffect& crre = processor.cast<CircularRRectEffect>() local
    [all...]

Completed in 156 milliseconds