HomeSort by relevance Sort by last modified time
    Searched refs:SkToBool (Results 26 - 50 of 206) sorted by null

12 3 4 5 6 7 8 9

  /external/skia/src/core/
SkTDPQueue.h 48 SkDEBUGCODE(if (SkToBool(INDEX)) { *INDEX(fArray[0]) = -1; })
193 if (SkToBool(INDEX)) {
204 SkASSERT(!SkToBool(INDEX) || *INDEX(fArray[i]) == i);
SkReadBuffer.h 106 return this->isValidating() || SkToBool(fFlags & kCrossProcess_Flag);
108 bool isScalarFloat() const { return SkToBool(fFlags & kScalarIsFloat_Flag); }
109 bool isPtr64Bit() const { return SkToBool(fFlags & kPtrIs64Bit_Flag); }
110 bool isValidating() const { return SkToBool(fFlags & kValidation_Flag); }
SkVertices.cpp 55 bool hasTexs = SkToBool(builderFlags & SkVertices::kHasTexCoords_BuilderFlag);
56 bool hasColors = SkToBool(builderFlags & SkVertices::kHasColors_BuilderFlag);
202 const bool hasTexs = SkToBool(packed & kHasTexs_Mask);
203 const bool hasColors = SkToBool(packed & kHasColors_Mask);
  /external/skia/src/gpu/
GrGpuResourceRef.cpp 46 SkASSERT(SkToBool(fResource) == fOwnRef);
56 SkASSERT(SkToBool(fResource) == fOwnRef);
177 SkASSERT(SkToBool(fProxy) == fOwnRef);
GrResourceProvider.h 265 SkASSERT(SkToBool(fGpu) == SkToBool(fCache));
266 return !SkToBool(fCache);
GrTexture.cpp 84 this->origin(), SkToBool(rt), sampleCount,
112 SkToBool(desc.fFlags & kRenderTarget_GrSurfaceFlag), desc.fSampleCnt,
GrOpList.cpp 48 return SkToBool(fTarget.get()->instantiate(resourceProvider));
GrProcessorSet.cpp 202 analysis.fCanCombineOverlappedStencilAndCover = SkToBool(
210 SkToBool(props & GrXPFactory::AnalysisProperties::kRequiresDstTexture);
212 SkToBool(props & GrXPFactory::AnalysisProperties::kCompatibleWithAlphaAsCoverage);
213 analysis.fRequiresBarrierBetweenOverlappingDraws = SkToBool(
GrXferProcessor.h 32 GR_STATIC_ASSERT(SkToBool(kNone_GrXferBarrierType) == false);
100 return SkToBool(fProxy->instantiate(resourceProvider));
  /external/skia/tests/
DrawTextTest.cpp 93 paint.setAntiAlias(SkToBool(flags & antiAliasFlag));
94 paint.setSubpixelText(SkToBool(flags & subpixelFlag));
95 paint.setLCDRenderText(SkToBool(flags & lcdFlag));
RecordTestUtils.h 35 REPORTER_ASSERT(r, SkToBool(reader.ptr));
  /external/skia/include/core/
SkPixelRef.h 126 bool genIDIsUnique() const { return SkToBool(fTaggedGenID.load() & 1); }
  /external/skia/include/private/
GrSurfaceProxy.h 103 return SkToBool(fPendingWrites | fPendingReads);
111 return SkToBool(fPendingWrites);
332 SkDEBUGCODE(bool isInstantiated() const { return SkToBool(fTarget); })
349 , fNeedsClear(SkToBool(desc.fFlags & kPerformInitialClear_GrSurfaceFlag))
SkPathRef.h 157 return SkToBool(fIsFinite);
186 *isCCW = SkToBool(fRRectOrOvalIsCCW);
193 return SkToBool(fIsOval);
202 *isCCW = SkToBool(fRRectOrOvalIsCCW);
208 return SkToBool(fIsRRect);
  /external/skia/src/gpu/effects/
GrBitmapTextGeoProc.h 42 bool hasVertexColor() const { return SkToBool(fInColor); }
  /external/skia/src/gpu/gl/win/
GrGLCreateNativeInterface_win.cpp 36 bool isInitialized() const { return SkToBool(fGLLib.get()); }
  /external/skia/src/utils/
SkBitSet.h 46 return chunk && SkToBool(*chunk & mask);
  /external/skia/tools/gpu/gl/
GLTestContext.h 28 bool isValid() const { return SkToBool(this->gl()); }
  /external/skia/tools/skiaserve/
Request.h 48 bool hasPicture() const { return SkToBool(fPicture.get()); }
  /external/skia/tools/skiaserve/urlhandlers/
CmdHandler.cpp 57 request->fDebugCanvas->toggleCommand(n, SkToBool(toggle));
  /external/skia/tools/viewer/
SKPSlide.cpp 23 bool isOffset = SkToBool(fCullRect.left() | fCullRect.top());
  /external/skia/src/effects/
SkLayerDrawLooper.cpp 292 SkAddFlagToString(str, SkToBool(kStyle_Bit & rec->fInfo.fPaintBits), "Style",
294 SkAddFlagToString(str, SkToBool(kTextSkewX_Bit & rec->fInfo.fPaintBits), "TextSkewX",
296 SkAddFlagToString(str, SkToBool(kPathEffect_Bit & rec->fInfo.fPaintBits), "PathEffect",
298 SkAddFlagToString(str, SkToBool(kMaskFilter_Bit & rec->fInfo.fPaintBits), "MaskFilter",
300 SkAddFlagToString(str, SkToBool(kShader_Bit & rec->fInfo.fPaintBits), "Shader",
302 SkAddFlagToString(str, SkToBool(kColorFilter_Bit & rec->fInfo.fPaintBits), "ColorFilter",
304 SkAddFlagToString(str, SkToBool(kXfermode_Bit & rec->fInfo.fPaintBits), "Xfermode",
  /external/skia/gm/
shadowutils.cpp 77 if (SkToBool(flags & kTransparentOccluder_ShadowFlag)) {
86 if (SkToBool(flags & kTransparentOccluder_ShadowFlag)) {
  /external/skia/src/gpu/instanced/
InstancedRenderingTypes.h 152 if (SkToBool(a.fInnerShapeTypes) != SkToBool(b.fInnerShapeTypes)) {
  /external/skia/src/gpu/ops/
GrOp.h 89 return SkToBool(fBoundsFlags & kAABloat_BoundsFlag);
94 return SkToBool(fBoundsFlags & kZeroArea_BoundsFlag);

Completed in 306 milliseconds

12 3 4 5 6 7 8 9