Searched refs:SkToBool (Results 201 - 225 of 417) sorted by relevance

1234567891011>>

/external/skia/tests/
H A DFrontBufferedStreamTest.cpp209 new LengthOptionalStream(SkToBool(hasLen), SkToBool(hasPos));
H A DGrMeshTest.cpp304 b->add32(SkToBool(fInstanceLocation));
305 b->add32(SkToBool(fVertex));
/external/skqp/gm/
H A Dconvexpolyclip.cpp177 clip->setOnCanvas(canvas, kIntersect_SkClipOp, SkToBool(aa));
203 clip->setOnCanvas(canvas, kIntersect_SkClipOp, SkToBool(aa));
/external/skqp/src/core/
H A DSkLatticeIter.cpp274 && SkToBool(SkCanvas::Lattice::kTransparent == fRectTypes[currRect])) {
282 && SkToBool(SkCanvas::Lattice::kFixedColor == fRectTypes[currRect]);
/external/skqp/src/gpu/
H A DGrProcessor.h316 return SkToBool(fProxyRef.get()->instantiate(resourceProvider));
329 bool isInitialized() const { return SkToBool(fProxyRef.get()); }
H A DGrSurfaceProxy.cpp57 , fNeedsClear(SkToBool(desc.fFlags & kPerformInitialClear_GrSurfaceFlag))
207 GrTexturePriv::ComputeScratchKey(this->config(), width, height, SkToBool(rtp), sampleCount,
H A DGrProxyProvider.cpp271 bool firstLevelHasData = SkToBool(texels[0].fPixels);
324 bool willBeRT = SkToBool(desc.fFlags & kRenderTarget_GrSurfaceFlag);
494 return sk_sp<GrTextureProxy>(SkToBool(kRenderTarget_GrSurfaceFlag & desc.fFlags) ?
H A DSkGpuDevice_drawTexture.cpp112 SkASSERT(!(SkToBool(src) && !SkToBool(dst)));
/external/skqp/tests/
H A DFrontBufferedStreamTest.cpp209 new LengthOptionalStream(SkToBool(hasLen), SkToBool(hasPos));
H A DGrMeshTest.cpp304 b->add32(SkToBool(fInstanceLocation));
305 b->add32(SkToBool(fVertex));
/external/skia/src/ports/
H A DSkFontMgr_android.cpp362 if (SkToBool(face->fVariantStyle & kElegant_FontVariant) != elegant) {
397 style, SkToBool(elegant),
408 style, SkToBool(elegant),
/external/skqp/src/ports/
H A DSkFontMgr_android.cpp362 if (SkToBool(face->fVariantStyle & kElegant_FontVariant) != elegant) {
397 style, SkToBool(elegant),
408 style, SkToBool(elegant),
/external/skia/experimental/svg/model/
H A DSkSVGRenderContext.cpp367 const bool hasFill = SkToBool(this->fillPaint());
368 const bool hasStroke = SkToBool(this->strokePaint());
/external/skia/src/gpu/
H A DGrSurfaceProxy.cpp59 , fNeedsClear(SkToBool(desc.fFlags & kPerformInitialClear_GrSurfaceFlag))
235 GrTexturePriv::ComputeScratchKey(this->config(), width, height, SkToBool(rtp), sampleCount,
H A DSkGpuDevice_drawTexture.cpp112 SkASSERT(!(SkToBool(src) && !SkToBool(dst)));
H A DGrCaps.cpp241 if (SkToBool(desc.fFlags & kRenderTarget_GrSurfaceFlag)) {
H A DGrResourceCache.h164 return SkToBool(fUniqueHash.find(key));
/external/skqp/experimental/svg/model/
H A DSkSVGRenderContext.cpp367 const bool hasFill = SkToBool(this->fillPaint());
368 const bool hasStroke = SkToBool(this->strokePaint());
/external/skia/gm/
H A Dblurroundrect.cpp150 bool useRadial = SkToBool(k);
H A Dconicpaths.cpp104 paint.setAntiAlias(SkToBool(aa));
H A Dpath_stroke_with_zero_length.cpp54 inBlob = SkToBool(v);
/external/skia/src/core/
H A DSkMaskGamma.h198 bool isApplicable() const { return SkToBool(this->fG); }
/external/skia/src/gpu/effects/
H A DGrPorterDuffXferProcessor.cpp72 return SkToBool(fProps & kModifiesDst_Property);
76 return SkToBool(fProps & kUsesDstColor_Property);
80 return SkToBool(fProps & kUsesInputColor_Property);
84 return SkToBool(fProps & kCanTweakAlphaForCoverage_Property);
/external/skia/src/gpu/vk/
H A DGrVkTexture.cpp202 bool renderTarget = SkToBool(this->asRenderTarget());
/external/skia/src/pathops/
H A DSkOpBuilder.cpp80 if ((globalState.nested() & 1) != SkToBool(topContour->isCcw())) {

Completed in 370 milliseconds

1234567891011>>