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 643 bool usePath = doStroke && width > 0 &&
647 usePath = true;
650 if (!usePath && paint.isAntiAlias() && !fContext->getMatrix().rectStaysRect()) {
651 usePath = true;
657 usePath = true;
661 usePath = true;
664 if (usePath) {
685 bool usePath = false;
688 usePath = true;
691 if (usePath) {
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderBoxModelObject.cpp     [all...]

Completed in 83 milliseconds