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

  /external/skia/src/gpu/
SkGpuDevice.cpp 642 bool usePath = doStroke && width > 0 &&
646 usePath = true;
649 if (!usePath && paint.isAntiAlias() && !draw.fMatrix->rectStaysRect()) {
650 usePath = true;
656 usePath = true;
660 usePath = true;
663 if (usePath) {
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderBoxModelObject.cpp     [all...]

Completed in 137 milliseconds