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

  /external/chromium_org/third_party/skia/src/gpu/
GrOvalRenderer.cpp 93 inline bool isStroked() const { return fStroke; }
117 if (circleEffect.isStroked()) {
129 b->add32(circleEffect.isStroked());
211 inline bool isStroked() const { return fStroke; }
251 if (ellipseEffect.isStroked()) {
266 b->add32(ellipseEffect.isStroked());
    [all...]
  /external/skia/src/gpu/
GrOvalRenderer.cpp 90 inline bool isStroked() const { return fStroke; }
114 if (circleEffect.isStroked()) {
126 return circleEffect.isStroked() ? 0x1 : 0x0;
201 inline bool isStroked() const { return fStroke; }
241 if (ellipseEffect.isStroked()) {
256 return ellipseEffect.isStroked() ? 0x1 : 0x0;
    [all...]

Completed in 443 milliseconds