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

  /external/chromium_org/third_party/skia/src/gpu/
GrStrokeInfo.h 59 if (pe && !fStroke.isFillStyle()) {
73 return (!fStroke.isFillStyle() && SkPathEffect::kDash_DashType == fDashType);
GrSWMaskHelper.cpp 131 if (stroke.isFillStyle()) {
GrDefaultPathRenderer.cpp 517 (stroke.isFillStyle() ||
GrStencilAndCoverTextContext.cpp 321 if (!gpuStroke.isFillStyle()) {
GrAAConvexPathRenderer.cpp 620 stroke.isFillStyle() && !path.isInverseFillType() && path.isConvex());
GrContext.cpp     [all...]
SkGpuDevice.cpp 513 if (stroke.isFillStyle()) {
    [all...]
  /external/chromium_org/third_party/skia/include/core/
SkStrokeRec.h 47 bool isFillStyle() const {
  /external/chromium_org/third_party/skia/experimental/AndroidPathRenderer/
GrAndroidPathRenderer.cpp 20 return ((stroke.isFillStyle() || stroke.getStyle() == SkStrokeRec::kStroke_Style)
  /external/chromium_org/third_party/skia/src/effects/
SkDiscretePathEffect.cpp 32 bool doFill = rec->isFillStyle();
SkBlurMaskFilter.cpp 799 if (!strokeRec.isFillStyle()) {
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLPathRendering.cpp 195 if (stroke.isFillStyle() || SkStrokeRec::kStrokeAndFill_Style == stroke.getStyle()) {
265 if (stroke.isFillStyle() || SkStrokeRec::kStrokeAndFill_Style == stroke.getStyle()) {
  /external/chromium_org/third_party/skia/src/utils/
SkDashPath.cpp 227 if (rec->isFillStyle() || initialDashLength < 0) {
  /external/chromium_org/third_party/skia/tests/
PathTest.cpp 798 REPORTER_ASSERT(reporter, rec.isFillStyle());
    [all...]

Completed in 466 milliseconds