/src/skia/include/core/SkSurfaceProps.h
Line | Count | Source (jump to first uncovered line) |
1 | | /* |
2 | | * Copyright 2014 Google Inc. |
3 | | * |
4 | | * Use of this source code is governed by a BSD-style license that can be |
5 | | * found in the LICENSE file. |
6 | | */ |
7 | | |
8 | | #ifndef SkSurfaceProps_DEFINED |
9 | | #define SkSurfaceProps_DEFINED |
10 | | |
11 | | #include "include/core/SkScalar.h" |
12 | | #include "include/core/SkTypes.h" |
13 | | #include "include/private/base/SkTo.h" |
14 | | |
15 | | /** |
16 | | * Description of how the LCD strips are arranged for each pixel. If this is unknown, or the |
17 | | * pixels are meant to be "portable" and/or transformed before showing (e.g. rotated, scaled) |
18 | | * then use kUnknown_SkPixelGeometry. |
19 | | */ |
20 | | enum SkPixelGeometry { |
21 | | kUnknown_SkPixelGeometry, |
22 | | kRGB_H_SkPixelGeometry, |
23 | | kBGR_H_SkPixelGeometry, |
24 | | kRGB_V_SkPixelGeometry, |
25 | | kBGR_V_SkPixelGeometry, |
26 | | }; |
27 | | |
28 | | // Returns true iff geo is a known geometry and is RGB. |
29 | 0 | static inline bool SkPixelGeometryIsRGB(SkPixelGeometry geo) { |
30 | 0 | return kRGB_H_SkPixelGeometry == geo || kRGB_V_SkPixelGeometry == geo; |
31 | 0 | } Unexecuted instantiation: FuzzImage.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: BackendSurfaceFactory.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrContextFactory.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrTest.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: ManagedBackendTexture.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: MemoryCache.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: ProtectedUtils.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: ProxyUtils.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: TestOps.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: YUVUtils.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: TextBlobTools.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkTestCanvas.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: VkTestHelper.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: VkYcbcrSamplerHelper.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: AtlasTextOpTools.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrAtlasTools.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: ProtectedUtils_Graphite.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: DDLPromiseImageHelper.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: DDLTileHelper.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GpuToolUtils.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: MSKPPlayer.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: ToolUtils.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: DebugCanvas.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: DebugLayerManager.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: DrawCommand.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: JsonWriteBuffer.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: FontToolUtils.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: RandomScalerContext.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: TestFontMgr.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: TestSVGTypeface.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: TestTypeface.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkTextBlobTrace.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SvgPathExtractor.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkBitmap.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkBlendModeBlender.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkCanvas.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkCanvasPriv.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkCanvas_Raster.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkDevice.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkDrawable.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkFlattenable.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkFont.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkGlyph.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkImageFilter.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkImageFilterCache.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkImageFilterTypes.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkLatticeIter.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkLocalMatrixImageFilter.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkMipmap.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkMipmapHQDownSampler.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkPaintPriv.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkPathEffect.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkPicture.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkPictureData.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkPictureFlat.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkPicturePlayback.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkPictureRecord.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkPictureRecorder.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkReadBuffer.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkRecord.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkRecordDraw.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkRecordOpts.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkRecordedDrawable.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkRecorder.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkRecords.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkResourceCache.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkRuntimeEffect.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkScalerContext.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkSpecialImage.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkStrikeCache.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkStrikeSpec.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkTextBlob.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkTypeface.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkVertices.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkWriteBuffer.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkImage.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkImage_Lazy.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkImage_Raster.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkImage_RasterFactories.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkSurface.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkSurface_Base.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkSurface_Raster.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkTiledImageUtils.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkColorFilterShader.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkColorShader.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkImageShader.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkRuntimeShader.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkShader.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkShaderBase.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkWorkingColorSpaceShader.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GlyphRun.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SlugFromBuffer.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkCustomTypeface.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkMultiPictureDocument.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkNWayCanvas.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkPaintFilterCanvas.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkShadowUtils.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkLinearGradient.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkBlendModeColorFilter.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkColorFilterBase.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkComposeColorFilter.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkMatrixColorFilter.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkRuntimeColorFilter.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkWorkingFormatColorFilter.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkPixmapUtils.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkGlobalInitialization_default.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrCanvas.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrContext_Base.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrDeferredDisplayList.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrDeferredDisplayListRecorder.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrDirectContext.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrDirectContextPriv.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrDrawOpAtlas.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrDrawingManager.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrFragmentProcessor.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrGeometryProcessor.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrGpu.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrGpuResource.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrImageContext.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrOpFlushState.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrOpsRenderPass.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrPersistentCacheUtils.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrPipeline.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrProcessorSet.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrProgramInfo.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrProxyProvider.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrRecordingContext.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrRecordingContextPriv.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrRenderTask.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrRenderTaskCluster.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrResourceAllocator.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrResourceCache.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrResourceProvider.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrRingBuffer.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrStagingBufferManager.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrSurface.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrSurfaceCharacterization.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrSurfaceProxy.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrTestUtils.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrTexture.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrTextureProxy.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrTextureRenderTargetProxy.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrTextureResolveRenderTask.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrThreadSafeCache.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrTransferFromRenderTask.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrWaitRenderTask.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrWritePixelsRenderTask.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrXferProcessor.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: PathRendererChain.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkGr.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SurfaceContext.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SurfaceDrawContext.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SurfaceFillContext.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrBicubicEffect.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrBlendFragmentProcessor.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrCustomXfermode.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrDisableColorXP.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrMatrixEffect.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrPorterDuffXferProcessor.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrSkSLFP.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrTextureEffect.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrGLSLProgramBuilder.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrGLSLShaderBuilder.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrGLSLVarying.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrGLSLVertexGeoBuilder.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrImageUtils.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrTextureGenerator.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkImage_Ganesh.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkImage_GaneshBase.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkImage_GaneshFactories.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkImage_GaneshYUVA.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkImage_LazyTexture.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkImage_RasterPinnable.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkSpecialImage_Ganesh.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: AAConvexPathRenderer.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: AAHairLinePathRenderer.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: AALinearizingConvexPathRenderer.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: AtlasPathRenderer.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: AtlasRenderTask.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: AtlasTextOp.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: ClearOp.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: DashLinePathRenderer.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: DashOp.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: DefaultPathRenderer.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: DrawAtlasOp.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: DrawAtlasPathOp.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: DrawMeshOp.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: DrawableOp.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: FillRRectOp.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: FillRectOp.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrMeshDrawOp.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrOvalOpFactory.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrSimpleMeshDrawOpHelper.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrSimpleMeshDrawOpHelperWithStencil.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: LatticeOp.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: OpsTask.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: PathStencilCoverOp.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: QuadPerEdgeAA.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: RegionOp.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: ShadowRRectOp.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SmallPathRenderer.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SoftwarePathRenderer.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: StrokeRectOp.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: TessellationPathRenderer.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: TextureOp.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: TriangulatingPathRenderer.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkSurface_Ganesh.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrPathTessellationShader.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrTessellationShader.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: PathTessellator.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrAtlasManager.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrVkDirectContext.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrVkGpu.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrVkImage.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrVkImageView.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrVkMSAALoadManager.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrVkOpsRenderPass.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrVkPipeline.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrVkPipelineState.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrVkPipelineStateCache.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrVkPipelineStateDataManager.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrVkRenderPass.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrVkRenderTarget.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrVkResourceProvider.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrVkSampler.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrVkSamplerYcbcrConversion.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrVkSemaphore.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrVkTexture.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrVkTextureRenderTarget.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrVkUtil.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: Context.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: ImageFactories.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: Image_Graphite.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: Image_YUVA_Graphite.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: QueueManager.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: Recorder.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: Recording.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: Surface_Graphite.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: TextureProxy.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: TextureUtils.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: BitmapTextRenderStep.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GraphiteVertexFiller.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SDFTextRenderStep.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: UploadTask.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: TextAtlasManager.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkPngEncoderImpl.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkWuffsCodec.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkFontHost_FreeType.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkFontHost_FreeType_common.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: DataUtils.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: DistanceFieldAdjustTable.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GlyphVector.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SDFTControl.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkChromeRemoteGlyphCache.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: Slug.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SlugImpl.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: StrikeCache.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SubRunContainer.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: TextBlob.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: TextBlobRedrawCoordinator.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: VertexFiller.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkBigPicture.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkBitmapCache.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkBitmapDevice.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkBlitter.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkBlitter_ARGB32.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkBlurMaskFilterImpl.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkCompressedDataUtils.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkDescriptor.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkDocument.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkDraw.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkDrawBase.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkDraw_atlas.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkDraw_text.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkDraw_vertices.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkFontMetricsPriv.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkFont_serial.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkGlyphRunPainter.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkGraphics.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkMaskFilter.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkMipmapAccessor.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkMipmapBuilder.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkPixmapDraw.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkRasterPipelineBlitter.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkRuntimeBlender.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkStrike.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkTypeface_remote.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkImage_Base.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkImage_Picture.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkPictureImageGenerator.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkRescaleAndReadPixels.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkBitmapProcShader.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkBlendShader.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkCoordClampShader.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkEmptyShader.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkLocalMatrixShader.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkPerlinNoiseShaderImpl.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkPictureShader.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkTransformShader.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkTriColorShader.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: StrikeForGPU.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: Sk1DPathEffect.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: Sk2DPathEffect.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkCornerPathEffect.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkDashPathEffect.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkDiscretePathEffect.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkEmbossMaskFilter.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkShaderMaskFilterImpl.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkTrimPathEffect.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkConicalGradient.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkGradientBaseShader.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkRadialGradient.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkSweepGradient.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkColorSpaceXformColorFilter.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkBlendImageFilter.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkBlurImageFilter.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkColorFilterImageFilter.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkComposeImageFilter.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkCropImageFilter.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkDisplacementMapImageFilter.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkDropShadowImageFilter.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkImageImageFilter.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkLightingImageFilter.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkMagnifierImageFilter.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkMatrixConvolutionImageFilter.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkMatrixTransformImageFilter.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkMergeImageFilter.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkMorphologyImageFilter.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkPictureImageFilter.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkRuntimeImageFilter.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkShaderImageFilter.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: Device.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: Device_drawTexture.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrBackendTextureImageGenerator.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrBlurUtils.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrBufferAllocPool.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrBufferTransferRenderTask.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrBufferUpdateRenderTask.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrContextThreadSafeProxy.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrCopyRenderTask.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrDDLContext.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrDDLTask.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrDefaultGeoProcFactory.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrDrawOpTest.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrFragmentProcessors.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrOnFlushResourceProvider.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrPaint.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrProcessorUnitTest.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrSWMaskHelper.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: PathRenderer.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrBezierEffect.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrBitmapTextGeoProc.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrColorTableEffect.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrCoverageSetOpXP.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrDistanceFieldGeoProc.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrModulateAtlasCoverageEffect.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrPerlinNoise2Effect.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrRRectEffect.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrShadowGeoProc.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrYUVtoRGBEffect.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrGLSLFragmentShaderBuilder.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrGradientShader.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: PathInnerTriangulateOp.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: PathTessellateOp.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: StrokeTessellateOp.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrStrokeTessellationShader.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: StrokeTessellator.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrVkBuffer.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrVkCaps.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrVkCommandBuffer.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrVkCommandPool.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrVkDescriptorPool.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrVkDescriptorSetManager.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrVkFramebuffer.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrVkPipelineStateBuilder.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrVkUniformHandler.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: AtlasProvider.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: ComputePathAtlas.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: DrawAtlas.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: DrawContext.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: DrawPass.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: Image_Base_Graphite.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: PaintParams.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: PaintParamsKey.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: PathAtlas.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: ProxyCache.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: RasterPathAtlas.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: RasterPathUtils.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SpecialImage_Graphite.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: VulkanCommandBuffer.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: VulkanTexture.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: TiledTextureUtils.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkBitmapProcState.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkBlitter_Sprite.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkColorTable.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: ClipStack.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrProgramDesc.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: StencilMaskHelper.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrConvexPolyEffect.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrGradientBitmapCache.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrVkDescriptorSet.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: ClipStack_graphite.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: KeyHelpers.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkSVGDOM.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkSVGEllipse.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkSVGImage.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkSVGLine.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkSVGMask.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkSVGNode.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkSVGPath.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkSVGPoly.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkSVGRect.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkSVGRenderContext.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkSVGSVG.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkSVGText.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkSVGTransformableNode.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkSVGUse.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkSVGCircle.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: FuzzTextBlobDeserialize.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: FuzzGradients.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: FuzzSVG.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: FuzzCanvas.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkNullCanvas.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkPDFDocument.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkPDFFont.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkPDFFormXObject.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkPDFMakeCIDGlyphWidthsArray.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkPDFMakeToUnicodeCmap.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkPDFMetadata.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkPDFTag.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkPDFType1Font.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkPDFTypes.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkPDFUtils.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkSVGCanvas.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkSVGDevice.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkAnnotation.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkClipStack.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkClipStackDevice.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkPDFBitmap.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkPDFDevice.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkPDFGraphicStackState.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkPDFGraphicState.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkPDFShader.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkJpegEncoderImpl.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkKeyedImage.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkPDFGradientShader.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: FuzzImageFilterDeserialize.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: FuzzPrecompile.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: FactoryFunctions.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: Precompile.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkWebpEncoderImpl.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: GrRenderTargetProxy.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: FuzzCreateDDL.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: FuzzSkParagraph.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: ParagraphImpl.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: ParagraphPainterImpl.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: TextLine.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: FuzzDDLThreading.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: FuzzRegionDeserialize.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: FuzzSkDescriptorDeserialize.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: FuzzCOLRv1.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: FuzzPathDeserialize.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: Skottie.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: TextAdapter.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: TextShaper.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: FractalNoiseEffect.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: MotionBlurEffect.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: MotionTileEffect.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: RadialWipeEffect.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkSLEffect.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SphereEffect.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: PrecompLayer.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkAnimCodecPlayer.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: BulgeEffect.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: DisplacementMapEffect.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: Repeater.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkSGClipEffect.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkSGDraw.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkSGGeometryEffect.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkSGGroup.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkSGImage.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkSGMaskEffect.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkSGMerge.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkSGPath.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkSGRect.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkSGRenderEffect.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkSGRenderNode.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkSGTransform.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: FuzzAnimatedImage.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkAnimatedImage.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: FuzzDrawFunctions.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: SkSurface_Null.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: FuzzAndroidCodec.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) Unexecuted instantiation: FuzzSKP.cpp:SkPixelGeometryIsRGB(SkPixelGeometry) |
32 | | |
33 | | // Returns true iff geo is a known geometry and is BGR. |
34 | 162 | static inline bool SkPixelGeometryIsBGR(SkPixelGeometry geo) { |
35 | 162 | return kBGR_H_SkPixelGeometry == geo || kBGR_V_SkPixelGeometry == geo; |
36 | 162 | } Unexecuted instantiation: FuzzImage.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: BackendSurfaceFactory.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrContextFactory.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrTest.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: ManagedBackendTexture.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: MemoryCache.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: ProtectedUtils.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: ProxyUtils.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: TestOps.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: YUVUtils.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: TextBlobTools.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkTestCanvas.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: VkTestHelper.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: VkYcbcrSamplerHelper.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: AtlasTextOpTools.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrAtlasTools.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: ProtectedUtils_Graphite.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: DDLPromiseImageHelper.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: DDLTileHelper.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GpuToolUtils.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: MSKPPlayer.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: ToolUtils.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: DebugCanvas.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: DebugLayerManager.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: DrawCommand.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: JsonWriteBuffer.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: FontToolUtils.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: RandomScalerContext.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: TestFontMgr.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: TestSVGTypeface.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: TestTypeface.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkTextBlobTrace.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SvgPathExtractor.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkBitmap.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkBlendModeBlender.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkCanvas.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkCanvasPriv.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkCanvas_Raster.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkDevice.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkDrawable.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkFlattenable.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkFont.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkGlyph.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkImageFilter.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkImageFilterCache.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkImageFilterTypes.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkLatticeIter.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkLocalMatrixImageFilter.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkMipmap.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkMipmapHQDownSampler.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkPaintPriv.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkPathEffect.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkPicture.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkPictureData.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkPictureFlat.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkPicturePlayback.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkPictureRecord.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkPictureRecorder.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkReadBuffer.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkRecord.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkRecordDraw.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkRecordOpts.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkRecordedDrawable.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkRecorder.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkRecords.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkResourceCache.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkRuntimeEffect.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkScalerContext.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkSpecialImage.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkStrikeCache.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkStrikeSpec.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkTextBlob.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkTypeface.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkVertices.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkWriteBuffer.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkImage.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkImage_Lazy.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkImage_Raster.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkImage_RasterFactories.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkSurface.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkSurface_Base.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkSurface_Raster.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkTiledImageUtils.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkColorFilterShader.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkColorShader.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkImageShader.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkRuntimeShader.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkShader.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkShaderBase.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkWorkingColorSpaceShader.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GlyphRun.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SlugFromBuffer.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkCustomTypeface.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkMultiPictureDocument.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkNWayCanvas.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkPaintFilterCanvas.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkShadowUtils.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkLinearGradient.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkBlendModeColorFilter.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkColorFilterBase.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkComposeColorFilter.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkMatrixColorFilter.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkRuntimeColorFilter.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkWorkingFormatColorFilter.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkPixmapUtils.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkGlobalInitialization_default.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrCanvas.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrContext_Base.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrDeferredDisplayList.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrDeferredDisplayListRecorder.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrDirectContext.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrDirectContextPriv.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrDrawOpAtlas.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrDrawingManager.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrFragmentProcessor.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrGeometryProcessor.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrGpu.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrGpuResource.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrImageContext.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrOpFlushState.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrOpsRenderPass.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrPersistentCacheUtils.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrPipeline.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrProcessorSet.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrProgramInfo.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrProxyProvider.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrRecordingContext.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrRecordingContextPriv.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrRenderTask.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrRenderTaskCluster.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrResourceAllocator.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrResourceCache.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrResourceProvider.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrRingBuffer.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrStagingBufferManager.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrSurface.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrSurfaceCharacterization.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrSurfaceProxy.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrTestUtils.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrTexture.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrTextureProxy.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrTextureRenderTargetProxy.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrTextureResolveRenderTask.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrThreadSafeCache.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrTransferFromRenderTask.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrWaitRenderTask.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrWritePixelsRenderTask.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrXferProcessor.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: PathRendererChain.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkGr.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SurfaceContext.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SurfaceDrawContext.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SurfaceFillContext.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrBicubicEffect.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrBlendFragmentProcessor.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrCustomXfermode.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrDisableColorXP.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrMatrixEffect.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrPorterDuffXferProcessor.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrSkSLFP.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrTextureEffect.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrGLSLProgramBuilder.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrGLSLShaderBuilder.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrGLSLVarying.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrGLSLVertexGeoBuilder.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrImageUtils.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrTextureGenerator.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkImage_Ganesh.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkImage_GaneshBase.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkImage_GaneshFactories.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkImage_GaneshYUVA.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkImage_LazyTexture.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkImage_RasterPinnable.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkSpecialImage_Ganesh.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: AAConvexPathRenderer.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: AAHairLinePathRenderer.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: AALinearizingConvexPathRenderer.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: AtlasPathRenderer.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: AtlasRenderTask.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: AtlasTextOp.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: ClearOp.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: DashLinePathRenderer.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: DashOp.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: DefaultPathRenderer.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: DrawAtlasOp.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: DrawAtlasPathOp.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: DrawMeshOp.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: DrawableOp.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: FillRRectOp.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: FillRectOp.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrMeshDrawOp.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrOvalOpFactory.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrSimpleMeshDrawOpHelper.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrSimpleMeshDrawOpHelperWithStencil.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: LatticeOp.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: OpsTask.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: PathStencilCoverOp.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: QuadPerEdgeAA.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: RegionOp.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: ShadowRRectOp.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SmallPathRenderer.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SoftwarePathRenderer.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: StrokeRectOp.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: TessellationPathRenderer.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: TextureOp.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: TriangulatingPathRenderer.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkSurface_Ganesh.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrPathTessellationShader.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrTessellationShader.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: PathTessellator.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrAtlasManager.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrVkDirectContext.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrVkGpu.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrVkImage.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrVkImageView.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrVkMSAALoadManager.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrVkOpsRenderPass.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrVkPipeline.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrVkPipelineState.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrVkPipelineStateCache.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrVkPipelineStateDataManager.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrVkRenderPass.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrVkRenderTarget.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrVkResourceProvider.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrVkSampler.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrVkSamplerYcbcrConversion.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrVkSemaphore.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrVkTexture.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrVkTextureRenderTarget.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrVkUtil.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: Context.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: ImageFactories.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: Image_Graphite.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: Image_YUVA_Graphite.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: QueueManager.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: Recorder.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: Recording.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: Surface_Graphite.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: TextureProxy.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: TextureUtils.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: BitmapTextRenderStep.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GraphiteVertexFiller.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SDFTextRenderStep.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: UploadTask.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: TextAtlasManager.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkPngEncoderImpl.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkWuffsCodec.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkFontHost_FreeType.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkFontHost_FreeType_common.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: DataUtils.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: DistanceFieldAdjustTable.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GlyphVector.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SDFTControl.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkChromeRemoteGlyphCache.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: Slug.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SlugImpl.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: StrikeCache.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) SubRunContainer.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Line | Count | Source | 34 | 162 | static inline bool SkPixelGeometryIsBGR(SkPixelGeometry geo) { | 35 | 162 | return kBGR_H_SkPixelGeometry == geo || kBGR_V_SkPixelGeometry == geo; | 36 | 162 | } |
Unexecuted instantiation: TextBlob.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: TextBlobRedrawCoordinator.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: VertexFiller.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkBigPicture.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkBitmapCache.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkBitmapDevice.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkBlitter.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkBlitter_ARGB32.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkBlurMaskFilterImpl.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkCompressedDataUtils.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkDescriptor.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkDocument.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkDraw.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkDrawBase.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkDraw_atlas.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkDraw_text.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkDraw_vertices.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkFontMetricsPriv.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkFont_serial.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkGlyphRunPainter.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkGraphics.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkMaskFilter.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkMipmapAccessor.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkMipmapBuilder.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkPixmapDraw.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkRasterPipelineBlitter.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkRuntimeBlender.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkStrike.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkTypeface_remote.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkImage_Base.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkImage_Picture.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkPictureImageGenerator.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkRescaleAndReadPixels.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkBitmapProcShader.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkBlendShader.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkCoordClampShader.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkEmptyShader.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkLocalMatrixShader.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkPerlinNoiseShaderImpl.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkPictureShader.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkTransformShader.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkTriColorShader.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: StrikeForGPU.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: Sk1DPathEffect.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: Sk2DPathEffect.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkCornerPathEffect.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkDashPathEffect.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkDiscretePathEffect.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkEmbossMaskFilter.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkShaderMaskFilterImpl.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkTrimPathEffect.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkConicalGradient.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkGradientBaseShader.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkRadialGradient.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkSweepGradient.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkColorSpaceXformColorFilter.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkBlendImageFilter.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkBlurImageFilter.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkColorFilterImageFilter.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkComposeImageFilter.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkCropImageFilter.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkDisplacementMapImageFilter.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkDropShadowImageFilter.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkImageImageFilter.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkLightingImageFilter.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkMagnifierImageFilter.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkMatrixConvolutionImageFilter.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkMatrixTransformImageFilter.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkMergeImageFilter.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkMorphologyImageFilter.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkPictureImageFilter.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkRuntimeImageFilter.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkShaderImageFilter.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: Device.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: Device_drawTexture.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrBackendTextureImageGenerator.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrBlurUtils.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrBufferAllocPool.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrBufferTransferRenderTask.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrBufferUpdateRenderTask.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrContextThreadSafeProxy.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrCopyRenderTask.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrDDLContext.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrDDLTask.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrDefaultGeoProcFactory.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrDrawOpTest.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrFragmentProcessors.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrOnFlushResourceProvider.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrPaint.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrProcessorUnitTest.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrSWMaskHelper.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: PathRenderer.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrBezierEffect.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrBitmapTextGeoProc.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrColorTableEffect.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrCoverageSetOpXP.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrDistanceFieldGeoProc.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrModulateAtlasCoverageEffect.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrPerlinNoise2Effect.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrRRectEffect.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrShadowGeoProc.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrYUVtoRGBEffect.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrGLSLFragmentShaderBuilder.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrGradientShader.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: PathInnerTriangulateOp.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: PathTessellateOp.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: StrokeTessellateOp.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrStrokeTessellationShader.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: StrokeTessellator.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrVkBuffer.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrVkCaps.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrVkCommandBuffer.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrVkCommandPool.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrVkDescriptorPool.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrVkDescriptorSetManager.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrVkFramebuffer.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrVkPipelineStateBuilder.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrVkUniformHandler.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: AtlasProvider.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: ComputePathAtlas.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: DrawAtlas.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: DrawContext.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: DrawPass.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: Image_Base_Graphite.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: PaintParams.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: PaintParamsKey.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: PathAtlas.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: ProxyCache.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: RasterPathAtlas.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: RasterPathUtils.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SpecialImage_Graphite.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: VulkanCommandBuffer.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: VulkanTexture.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: TiledTextureUtils.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkBitmapProcState.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkBlitter_Sprite.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkColorTable.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: ClipStack.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrProgramDesc.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: StencilMaskHelper.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrConvexPolyEffect.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrGradientBitmapCache.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrVkDescriptorSet.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: ClipStack_graphite.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: KeyHelpers.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkSVGDOM.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkSVGEllipse.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkSVGImage.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkSVGLine.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkSVGMask.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkSVGNode.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkSVGPath.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkSVGPoly.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkSVGRect.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkSVGRenderContext.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkSVGSVG.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkSVGText.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkSVGTransformableNode.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkSVGUse.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkSVGCircle.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: FuzzTextBlobDeserialize.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: FuzzGradients.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: FuzzSVG.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: FuzzCanvas.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkNullCanvas.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkPDFDocument.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkPDFFont.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkPDFFormXObject.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkPDFMakeCIDGlyphWidthsArray.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkPDFMakeToUnicodeCmap.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkPDFMetadata.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkPDFTag.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkPDFType1Font.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkPDFTypes.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkPDFUtils.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkSVGCanvas.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkSVGDevice.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkAnnotation.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkClipStack.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkClipStackDevice.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkPDFBitmap.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkPDFDevice.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkPDFGraphicStackState.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkPDFGraphicState.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkPDFShader.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkJpegEncoderImpl.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkKeyedImage.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkPDFGradientShader.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: FuzzImageFilterDeserialize.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: FuzzPrecompile.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: FactoryFunctions.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: Precompile.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkWebpEncoderImpl.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: GrRenderTargetProxy.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: FuzzCreateDDL.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: FuzzSkParagraph.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: ParagraphImpl.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: ParagraphPainterImpl.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: TextLine.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: FuzzDDLThreading.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: FuzzRegionDeserialize.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: FuzzSkDescriptorDeserialize.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: FuzzCOLRv1.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: FuzzPathDeserialize.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: Skottie.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: TextAdapter.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: TextShaper.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: FractalNoiseEffect.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: MotionBlurEffect.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: MotionTileEffect.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: RadialWipeEffect.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkSLEffect.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SphereEffect.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: PrecompLayer.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkAnimCodecPlayer.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: BulgeEffect.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: DisplacementMapEffect.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: Repeater.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkSGClipEffect.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkSGDraw.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkSGGeometryEffect.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkSGGroup.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkSGImage.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkSGMaskEffect.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkSGMerge.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkSGPath.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkSGRect.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkSGRenderEffect.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkSGRenderNode.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkSGTransform.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: FuzzAnimatedImage.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkAnimatedImage.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: FuzzDrawFunctions.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: SkSurface_Null.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: FuzzAndroidCodec.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) Unexecuted instantiation: FuzzSKP.cpp:SkPixelGeometryIsBGR(SkPixelGeometry) |
37 | | |
38 | | // Returns true iff geo is a known geometry and is horizontal. |
39 | 0 | static inline bool SkPixelGeometryIsH(SkPixelGeometry geo) { |
40 | 0 | return kRGB_H_SkPixelGeometry == geo || kBGR_H_SkPixelGeometry == geo; |
41 | 0 | } Unexecuted instantiation: FuzzImage.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: BackendSurfaceFactory.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrContextFactory.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrTest.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: ManagedBackendTexture.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: MemoryCache.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: ProtectedUtils.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: ProxyUtils.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: TestOps.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: YUVUtils.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: TextBlobTools.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkTestCanvas.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: VkTestHelper.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: VkYcbcrSamplerHelper.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: AtlasTextOpTools.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrAtlasTools.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: ProtectedUtils_Graphite.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: DDLPromiseImageHelper.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: DDLTileHelper.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GpuToolUtils.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: MSKPPlayer.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: ToolUtils.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: DebugCanvas.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: DebugLayerManager.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: DrawCommand.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: JsonWriteBuffer.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: FontToolUtils.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: RandomScalerContext.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: TestFontMgr.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: TestSVGTypeface.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: TestTypeface.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkTextBlobTrace.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SvgPathExtractor.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkBitmap.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkBlendModeBlender.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkCanvas.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkCanvasPriv.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkCanvas_Raster.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkDevice.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkDrawable.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkFlattenable.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkFont.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkGlyph.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkImageFilter.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkImageFilterCache.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkImageFilterTypes.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkLatticeIter.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkLocalMatrixImageFilter.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkMipmap.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkMipmapHQDownSampler.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkPaintPriv.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkPathEffect.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkPicture.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkPictureData.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkPictureFlat.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkPicturePlayback.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkPictureRecord.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkPictureRecorder.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkReadBuffer.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkRecord.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkRecordDraw.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkRecordOpts.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkRecordedDrawable.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkRecorder.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkRecords.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkResourceCache.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkRuntimeEffect.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkScalerContext.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkSpecialImage.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkStrikeCache.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkStrikeSpec.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkTextBlob.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkTypeface.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkVertices.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkWriteBuffer.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkImage.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkImage_Lazy.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkImage_Raster.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkImage_RasterFactories.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkSurface.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkSurface_Base.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkSurface_Raster.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkTiledImageUtils.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkColorFilterShader.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkColorShader.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkImageShader.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkRuntimeShader.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkShader.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkShaderBase.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkWorkingColorSpaceShader.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GlyphRun.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SlugFromBuffer.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkCustomTypeface.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkMultiPictureDocument.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkNWayCanvas.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkPaintFilterCanvas.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkShadowUtils.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkLinearGradient.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkBlendModeColorFilter.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkColorFilterBase.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkComposeColorFilter.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkMatrixColorFilter.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkRuntimeColorFilter.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkWorkingFormatColorFilter.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkPixmapUtils.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkGlobalInitialization_default.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrCanvas.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrContext_Base.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrDeferredDisplayList.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrDeferredDisplayListRecorder.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrDirectContext.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrDirectContextPriv.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrDrawOpAtlas.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrDrawingManager.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrFragmentProcessor.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrGeometryProcessor.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrGpu.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrGpuResource.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrImageContext.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrOpFlushState.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrOpsRenderPass.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrPersistentCacheUtils.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrPipeline.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrProcessorSet.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrProgramInfo.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrProxyProvider.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrRecordingContext.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrRecordingContextPriv.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrRenderTask.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrRenderTaskCluster.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrResourceAllocator.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrResourceCache.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrResourceProvider.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrRingBuffer.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrStagingBufferManager.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrSurface.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrSurfaceCharacterization.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrSurfaceProxy.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrTestUtils.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrTexture.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrTextureProxy.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrTextureRenderTargetProxy.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrTextureResolveRenderTask.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrThreadSafeCache.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrTransferFromRenderTask.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrWaitRenderTask.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrWritePixelsRenderTask.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrXferProcessor.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: PathRendererChain.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkGr.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SurfaceContext.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SurfaceDrawContext.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SurfaceFillContext.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrBicubicEffect.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrBlendFragmentProcessor.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrCustomXfermode.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrDisableColorXP.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrMatrixEffect.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrPorterDuffXferProcessor.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrSkSLFP.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrTextureEffect.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrGLSLProgramBuilder.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrGLSLShaderBuilder.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrGLSLVarying.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrGLSLVertexGeoBuilder.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrImageUtils.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrTextureGenerator.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkImage_Ganesh.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkImage_GaneshBase.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkImage_GaneshFactories.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkImage_GaneshYUVA.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkImage_LazyTexture.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkImage_RasterPinnable.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkSpecialImage_Ganesh.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: AAConvexPathRenderer.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: AAHairLinePathRenderer.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: AALinearizingConvexPathRenderer.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: AtlasPathRenderer.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: AtlasRenderTask.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: AtlasTextOp.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: ClearOp.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: DashLinePathRenderer.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: DashOp.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: DefaultPathRenderer.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: DrawAtlasOp.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: DrawAtlasPathOp.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: DrawMeshOp.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: DrawableOp.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: FillRRectOp.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: FillRectOp.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrMeshDrawOp.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrOvalOpFactory.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrSimpleMeshDrawOpHelper.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrSimpleMeshDrawOpHelperWithStencil.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: LatticeOp.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: OpsTask.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: PathStencilCoverOp.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: QuadPerEdgeAA.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: RegionOp.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: ShadowRRectOp.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SmallPathRenderer.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SoftwarePathRenderer.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: StrokeRectOp.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: TessellationPathRenderer.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: TextureOp.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: TriangulatingPathRenderer.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkSurface_Ganesh.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrPathTessellationShader.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrTessellationShader.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: PathTessellator.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrAtlasManager.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrVkDirectContext.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrVkGpu.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrVkImage.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrVkImageView.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrVkMSAALoadManager.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrVkOpsRenderPass.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrVkPipeline.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrVkPipelineState.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrVkPipelineStateCache.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrVkPipelineStateDataManager.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrVkRenderPass.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrVkRenderTarget.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrVkResourceProvider.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrVkSampler.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrVkSamplerYcbcrConversion.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrVkSemaphore.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrVkTexture.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrVkTextureRenderTarget.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrVkUtil.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: Context.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: ImageFactories.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: Image_Graphite.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: Image_YUVA_Graphite.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: QueueManager.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: Recorder.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: Recording.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: Surface_Graphite.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: TextureProxy.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: TextureUtils.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: BitmapTextRenderStep.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GraphiteVertexFiller.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SDFTextRenderStep.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: UploadTask.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: TextAtlasManager.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkPngEncoderImpl.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkWuffsCodec.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkFontHost_FreeType.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkFontHost_FreeType_common.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: DataUtils.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: DistanceFieldAdjustTable.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GlyphVector.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SDFTControl.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkChromeRemoteGlyphCache.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: Slug.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SlugImpl.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: StrikeCache.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SubRunContainer.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: TextBlob.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: TextBlobRedrawCoordinator.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: VertexFiller.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkBigPicture.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkBitmapCache.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkBitmapDevice.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkBlitter.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkBlitter_ARGB32.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkBlurMaskFilterImpl.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkCompressedDataUtils.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkDescriptor.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkDocument.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkDraw.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkDrawBase.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkDraw_atlas.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkDraw_text.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkDraw_vertices.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkFontMetricsPriv.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkFont_serial.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkGlyphRunPainter.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkGraphics.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkMaskFilter.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkMipmapAccessor.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkMipmapBuilder.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkPixmapDraw.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkRasterPipelineBlitter.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkRuntimeBlender.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkStrike.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkTypeface_remote.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkImage_Base.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkImage_Picture.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkPictureImageGenerator.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkRescaleAndReadPixels.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkBitmapProcShader.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkBlendShader.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkCoordClampShader.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkEmptyShader.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkLocalMatrixShader.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkPerlinNoiseShaderImpl.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkPictureShader.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkTransformShader.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkTriColorShader.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: StrikeForGPU.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: Sk1DPathEffect.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: Sk2DPathEffect.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkCornerPathEffect.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkDashPathEffect.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkDiscretePathEffect.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkEmbossMaskFilter.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkShaderMaskFilterImpl.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkTrimPathEffect.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkConicalGradient.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkGradientBaseShader.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkRadialGradient.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkSweepGradient.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkColorSpaceXformColorFilter.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkBlendImageFilter.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkBlurImageFilter.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkColorFilterImageFilter.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkComposeImageFilter.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkCropImageFilter.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkDisplacementMapImageFilter.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkDropShadowImageFilter.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkImageImageFilter.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkLightingImageFilter.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkMagnifierImageFilter.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkMatrixConvolutionImageFilter.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkMatrixTransformImageFilter.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkMergeImageFilter.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkMorphologyImageFilter.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkPictureImageFilter.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkRuntimeImageFilter.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkShaderImageFilter.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: Device.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: Device_drawTexture.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrBackendTextureImageGenerator.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrBlurUtils.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrBufferAllocPool.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrBufferTransferRenderTask.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrBufferUpdateRenderTask.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrContextThreadSafeProxy.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrCopyRenderTask.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrDDLContext.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrDDLTask.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrDefaultGeoProcFactory.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrDrawOpTest.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrFragmentProcessors.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrOnFlushResourceProvider.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrPaint.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrProcessorUnitTest.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrSWMaskHelper.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: PathRenderer.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrBezierEffect.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrBitmapTextGeoProc.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrColorTableEffect.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrCoverageSetOpXP.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrDistanceFieldGeoProc.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrModulateAtlasCoverageEffect.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrPerlinNoise2Effect.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrRRectEffect.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrShadowGeoProc.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrYUVtoRGBEffect.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrGLSLFragmentShaderBuilder.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrGradientShader.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: PathInnerTriangulateOp.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: PathTessellateOp.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: StrokeTessellateOp.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrStrokeTessellationShader.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: StrokeTessellator.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrVkBuffer.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrVkCaps.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrVkCommandBuffer.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrVkCommandPool.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrVkDescriptorPool.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrVkDescriptorSetManager.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrVkFramebuffer.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrVkPipelineStateBuilder.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrVkUniformHandler.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: AtlasProvider.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: ComputePathAtlas.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: DrawAtlas.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: DrawContext.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: DrawPass.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: Image_Base_Graphite.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: PaintParams.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: PaintParamsKey.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: PathAtlas.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: ProxyCache.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: RasterPathAtlas.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: RasterPathUtils.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SpecialImage_Graphite.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: VulkanCommandBuffer.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: VulkanTexture.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: TiledTextureUtils.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkBitmapProcState.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkBlitter_Sprite.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkColorTable.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: ClipStack.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrProgramDesc.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: StencilMaskHelper.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrConvexPolyEffect.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrGradientBitmapCache.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrVkDescriptorSet.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: ClipStack_graphite.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: KeyHelpers.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkSVGDOM.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkSVGEllipse.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkSVGImage.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkSVGLine.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkSVGMask.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkSVGNode.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkSVGPath.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkSVGPoly.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkSVGRect.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkSVGRenderContext.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkSVGSVG.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkSVGText.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkSVGTransformableNode.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkSVGUse.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkSVGCircle.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: FuzzTextBlobDeserialize.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: FuzzGradients.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: FuzzSVG.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: FuzzCanvas.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkNullCanvas.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkPDFDocument.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkPDFFont.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkPDFFormXObject.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkPDFMakeCIDGlyphWidthsArray.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkPDFMakeToUnicodeCmap.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkPDFMetadata.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkPDFTag.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkPDFType1Font.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkPDFTypes.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkPDFUtils.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkSVGCanvas.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkSVGDevice.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkAnnotation.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkClipStack.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkClipStackDevice.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkPDFBitmap.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkPDFDevice.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkPDFGraphicStackState.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkPDFGraphicState.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkPDFShader.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkJpegEncoderImpl.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkKeyedImage.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkPDFGradientShader.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: FuzzImageFilterDeserialize.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: FuzzPrecompile.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: FactoryFunctions.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: Precompile.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkWebpEncoderImpl.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: GrRenderTargetProxy.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: FuzzCreateDDL.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: FuzzSkParagraph.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: ParagraphImpl.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: ParagraphPainterImpl.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: TextLine.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: FuzzDDLThreading.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: FuzzRegionDeserialize.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: FuzzSkDescriptorDeserialize.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: FuzzCOLRv1.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: FuzzPathDeserialize.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: Skottie.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: TextAdapter.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: TextShaper.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: FractalNoiseEffect.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: MotionBlurEffect.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: MotionTileEffect.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: RadialWipeEffect.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkSLEffect.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SphereEffect.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: PrecompLayer.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkAnimCodecPlayer.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: BulgeEffect.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: DisplacementMapEffect.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: Repeater.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkSGClipEffect.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkSGDraw.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkSGGeometryEffect.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkSGGroup.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkSGImage.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkSGMaskEffect.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkSGMerge.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkSGPath.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkSGRect.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkSGRenderEffect.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkSGRenderNode.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkSGTransform.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: FuzzAnimatedImage.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkAnimatedImage.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: FuzzDrawFunctions.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: SkSurface_Null.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: FuzzAndroidCodec.cpp:SkPixelGeometryIsH(SkPixelGeometry) Unexecuted instantiation: FuzzSKP.cpp:SkPixelGeometryIsH(SkPixelGeometry) |
42 | | |
43 | | // Returns true iff geo is a known geometry and is vertical. |
44 | 0 | static inline bool SkPixelGeometryIsV(SkPixelGeometry geo) { |
45 | 0 | return kRGB_V_SkPixelGeometry == geo || kBGR_V_SkPixelGeometry == geo; |
46 | 0 | } Unexecuted instantiation: FuzzImage.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: BackendSurfaceFactory.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrContextFactory.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrTest.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: ManagedBackendTexture.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: MemoryCache.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: ProtectedUtils.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: ProxyUtils.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: TestOps.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: YUVUtils.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: TextBlobTools.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkTestCanvas.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: VkTestHelper.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: VkYcbcrSamplerHelper.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: AtlasTextOpTools.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrAtlasTools.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: ProtectedUtils_Graphite.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: DDLPromiseImageHelper.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: DDLTileHelper.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GpuToolUtils.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: MSKPPlayer.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: ToolUtils.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: DebugCanvas.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: DebugLayerManager.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: DrawCommand.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: JsonWriteBuffer.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: FontToolUtils.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: RandomScalerContext.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: TestFontMgr.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: TestSVGTypeface.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: TestTypeface.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkTextBlobTrace.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SvgPathExtractor.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkBitmap.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkBlendModeBlender.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkCanvas.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkCanvasPriv.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkCanvas_Raster.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkDevice.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkDrawable.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkFlattenable.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkFont.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkGlyph.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkImageFilter.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkImageFilterCache.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkImageFilterTypes.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkLatticeIter.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkLocalMatrixImageFilter.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkMipmap.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkMipmapHQDownSampler.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkPaintPriv.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkPathEffect.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkPicture.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkPictureData.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkPictureFlat.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkPicturePlayback.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkPictureRecord.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkPictureRecorder.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkReadBuffer.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkRecord.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkRecordDraw.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkRecordOpts.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkRecordedDrawable.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkRecorder.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkRecords.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkResourceCache.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkRuntimeEffect.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkScalerContext.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkSpecialImage.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkStrikeCache.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkStrikeSpec.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkTextBlob.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkTypeface.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkVertices.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkWriteBuffer.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkImage.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkImage_Lazy.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkImage_Raster.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkImage_RasterFactories.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkSurface.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkSurface_Base.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkSurface_Raster.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkTiledImageUtils.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkColorFilterShader.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkColorShader.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkImageShader.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkRuntimeShader.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkShader.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkShaderBase.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkWorkingColorSpaceShader.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GlyphRun.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SlugFromBuffer.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkCustomTypeface.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkMultiPictureDocument.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkNWayCanvas.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkPaintFilterCanvas.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkShadowUtils.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkLinearGradient.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkBlendModeColorFilter.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkColorFilterBase.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkComposeColorFilter.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkMatrixColorFilter.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkRuntimeColorFilter.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkWorkingFormatColorFilter.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkPixmapUtils.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkGlobalInitialization_default.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrCanvas.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrContext_Base.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrDeferredDisplayList.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrDeferredDisplayListRecorder.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrDirectContext.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrDirectContextPriv.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrDrawOpAtlas.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrDrawingManager.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrFragmentProcessor.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrGeometryProcessor.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrGpu.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrGpuResource.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrImageContext.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrOpFlushState.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrOpsRenderPass.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrPersistentCacheUtils.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrPipeline.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrProcessorSet.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrProgramInfo.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrProxyProvider.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrRecordingContext.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrRecordingContextPriv.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrRenderTask.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrRenderTaskCluster.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrResourceAllocator.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrResourceCache.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrResourceProvider.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrRingBuffer.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrStagingBufferManager.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrSurface.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrSurfaceCharacterization.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrSurfaceProxy.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrTestUtils.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrTexture.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrTextureProxy.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrTextureRenderTargetProxy.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrTextureResolveRenderTask.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrThreadSafeCache.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrTransferFromRenderTask.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrWaitRenderTask.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrWritePixelsRenderTask.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrXferProcessor.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: PathRendererChain.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkGr.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SurfaceContext.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SurfaceDrawContext.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SurfaceFillContext.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrBicubicEffect.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrBlendFragmentProcessor.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrCustomXfermode.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrDisableColorXP.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrMatrixEffect.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrPorterDuffXferProcessor.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrSkSLFP.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrTextureEffect.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrGLSLProgramBuilder.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrGLSLShaderBuilder.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrGLSLVarying.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrGLSLVertexGeoBuilder.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrImageUtils.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrTextureGenerator.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkImage_Ganesh.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkImage_GaneshBase.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkImage_GaneshFactories.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkImage_GaneshYUVA.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkImage_LazyTexture.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkImage_RasterPinnable.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkSpecialImage_Ganesh.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: AAConvexPathRenderer.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: AAHairLinePathRenderer.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: AALinearizingConvexPathRenderer.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: AtlasPathRenderer.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: AtlasRenderTask.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: AtlasTextOp.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: ClearOp.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: DashLinePathRenderer.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: DashOp.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: DefaultPathRenderer.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: DrawAtlasOp.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: DrawAtlasPathOp.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: DrawMeshOp.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: DrawableOp.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: FillRRectOp.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: FillRectOp.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrMeshDrawOp.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrOvalOpFactory.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrSimpleMeshDrawOpHelper.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrSimpleMeshDrawOpHelperWithStencil.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: LatticeOp.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: OpsTask.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: PathStencilCoverOp.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: QuadPerEdgeAA.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: RegionOp.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: ShadowRRectOp.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SmallPathRenderer.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SoftwarePathRenderer.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: StrokeRectOp.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: TessellationPathRenderer.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: TextureOp.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: TriangulatingPathRenderer.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkSurface_Ganesh.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrPathTessellationShader.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrTessellationShader.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: PathTessellator.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrAtlasManager.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrVkDirectContext.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrVkGpu.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrVkImage.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrVkImageView.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrVkMSAALoadManager.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrVkOpsRenderPass.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrVkPipeline.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrVkPipelineState.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrVkPipelineStateCache.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrVkPipelineStateDataManager.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrVkRenderPass.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrVkRenderTarget.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrVkResourceProvider.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrVkSampler.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrVkSamplerYcbcrConversion.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrVkSemaphore.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrVkTexture.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrVkTextureRenderTarget.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrVkUtil.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: Context.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: ImageFactories.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: Image_Graphite.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: Image_YUVA_Graphite.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: QueueManager.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: Recorder.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: Recording.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: Surface_Graphite.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: TextureProxy.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: TextureUtils.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: BitmapTextRenderStep.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GraphiteVertexFiller.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SDFTextRenderStep.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: UploadTask.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: TextAtlasManager.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkPngEncoderImpl.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkWuffsCodec.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkFontHost_FreeType.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkFontHost_FreeType_common.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: DataUtils.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: DistanceFieldAdjustTable.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GlyphVector.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SDFTControl.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkChromeRemoteGlyphCache.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: Slug.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SlugImpl.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: StrikeCache.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SubRunContainer.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: TextBlob.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: TextBlobRedrawCoordinator.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: VertexFiller.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkBigPicture.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkBitmapCache.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkBitmapDevice.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkBlitter.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkBlitter_ARGB32.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkBlurMaskFilterImpl.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkCompressedDataUtils.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkDescriptor.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkDocument.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkDraw.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkDrawBase.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkDraw_atlas.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkDraw_text.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkDraw_vertices.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkFontMetricsPriv.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkFont_serial.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkGlyphRunPainter.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkGraphics.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkMaskFilter.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkMipmapAccessor.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkMipmapBuilder.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkPixmapDraw.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkRasterPipelineBlitter.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkRuntimeBlender.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkStrike.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkTypeface_remote.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkImage_Base.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkImage_Picture.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkPictureImageGenerator.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkRescaleAndReadPixels.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkBitmapProcShader.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkBlendShader.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkCoordClampShader.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkEmptyShader.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkLocalMatrixShader.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkPerlinNoiseShaderImpl.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkPictureShader.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkTransformShader.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkTriColorShader.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: StrikeForGPU.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: Sk1DPathEffect.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: Sk2DPathEffect.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkCornerPathEffect.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkDashPathEffect.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkDiscretePathEffect.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkEmbossMaskFilter.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkShaderMaskFilterImpl.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkTrimPathEffect.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkConicalGradient.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkGradientBaseShader.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkRadialGradient.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkSweepGradient.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkColorSpaceXformColorFilter.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkBlendImageFilter.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkBlurImageFilter.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkColorFilterImageFilter.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkComposeImageFilter.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkCropImageFilter.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkDisplacementMapImageFilter.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkDropShadowImageFilter.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkImageImageFilter.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkLightingImageFilter.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkMagnifierImageFilter.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkMatrixConvolutionImageFilter.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkMatrixTransformImageFilter.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkMergeImageFilter.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkMorphologyImageFilter.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkPictureImageFilter.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkRuntimeImageFilter.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkShaderImageFilter.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: Device.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: Device_drawTexture.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrBackendTextureImageGenerator.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrBlurUtils.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrBufferAllocPool.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrBufferTransferRenderTask.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrBufferUpdateRenderTask.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrContextThreadSafeProxy.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrCopyRenderTask.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrDDLContext.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrDDLTask.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrDefaultGeoProcFactory.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrDrawOpTest.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrFragmentProcessors.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrOnFlushResourceProvider.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrPaint.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrProcessorUnitTest.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrSWMaskHelper.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: PathRenderer.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrBezierEffect.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrBitmapTextGeoProc.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrColorTableEffect.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrCoverageSetOpXP.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrDistanceFieldGeoProc.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrModulateAtlasCoverageEffect.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrPerlinNoise2Effect.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrRRectEffect.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrShadowGeoProc.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrYUVtoRGBEffect.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrGLSLFragmentShaderBuilder.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrGradientShader.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: PathInnerTriangulateOp.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: PathTessellateOp.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: StrokeTessellateOp.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrStrokeTessellationShader.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: StrokeTessellator.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrVkBuffer.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrVkCaps.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrVkCommandBuffer.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrVkCommandPool.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrVkDescriptorPool.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrVkDescriptorSetManager.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrVkFramebuffer.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrVkPipelineStateBuilder.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrVkUniformHandler.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: AtlasProvider.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: ComputePathAtlas.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: DrawAtlas.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: DrawContext.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: DrawPass.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: Image_Base_Graphite.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: PaintParams.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: PaintParamsKey.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: PathAtlas.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: ProxyCache.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: RasterPathAtlas.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: RasterPathUtils.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SpecialImage_Graphite.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: VulkanCommandBuffer.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: VulkanTexture.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: TiledTextureUtils.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkBitmapProcState.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkBlitter_Sprite.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkColorTable.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: ClipStack.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrProgramDesc.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: StencilMaskHelper.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrConvexPolyEffect.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrGradientBitmapCache.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrVkDescriptorSet.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: ClipStack_graphite.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: KeyHelpers.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkSVGDOM.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkSVGEllipse.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkSVGImage.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkSVGLine.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkSVGMask.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkSVGNode.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkSVGPath.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkSVGPoly.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkSVGRect.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkSVGRenderContext.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkSVGSVG.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkSVGText.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkSVGTransformableNode.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkSVGUse.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkSVGCircle.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: FuzzTextBlobDeserialize.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: FuzzGradients.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: FuzzSVG.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: FuzzCanvas.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkNullCanvas.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkPDFDocument.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkPDFFont.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkPDFFormXObject.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkPDFMakeCIDGlyphWidthsArray.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkPDFMakeToUnicodeCmap.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkPDFMetadata.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkPDFTag.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkPDFType1Font.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkPDFTypes.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkPDFUtils.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkSVGCanvas.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkSVGDevice.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkAnnotation.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkClipStack.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkClipStackDevice.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkPDFBitmap.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkPDFDevice.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkPDFGraphicStackState.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkPDFGraphicState.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkPDFShader.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkJpegEncoderImpl.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkKeyedImage.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkPDFGradientShader.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: FuzzImageFilterDeserialize.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: FuzzPrecompile.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: FactoryFunctions.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: Precompile.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkWebpEncoderImpl.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: GrRenderTargetProxy.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: FuzzCreateDDL.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: FuzzSkParagraph.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: ParagraphImpl.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: ParagraphPainterImpl.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: TextLine.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: FuzzDDLThreading.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: FuzzRegionDeserialize.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: FuzzSkDescriptorDeserialize.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: FuzzCOLRv1.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: FuzzPathDeserialize.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: Skottie.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: TextAdapter.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: TextShaper.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: FractalNoiseEffect.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: MotionBlurEffect.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: MotionTileEffect.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: RadialWipeEffect.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkSLEffect.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SphereEffect.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: PrecompLayer.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkAnimCodecPlayer.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: BulgeEffect.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: DisplacementMapEffect.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: Repeater.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkSGClipEffect.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkSGDraw.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkSGGeometryEffect.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkSGGroup.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkSGImage.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkSGMaskEffect.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkSGMerge.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkSGPath.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkSGRect.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkSGRenderEffect.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkSGRenderNode.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkSGTransform.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: FuzzAnimatedImage.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkAnimatedImage.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: FuzzDrawFunctions.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: SkSurface_Null.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: FuzzAndroidCodec.cpp:SkPixelGeometryIsV(SkPixelGeometry) Unexecuted instantiation: FuzzSKP.cpp:SkPixelGeometryIsV(SkPixelGeometry) |
47 | | |
48 | | /** |
49 | | * Describes properties and constraints of a given SkSurface. The rendering engine can parse these |
50 | | * during drawing, and can sometimes optimize its performance (e.g. disabling an expensive |
51 | | * feature). |
52 | | */ |
53 | | class SK_API SkSurfaceProps { |
54 | | public: |
55 | | enum Flags { |
56 | | kDefault_Flag = 0, |
57 | | kUseDeviceIndependentFonts_Flag = 1 << 0, |
58 | | // Use internal MSAA to render to non-MSAA GPU surfaces. |
59 | | kDynamicMSAA_Flag = 1 << 1, |
60 | | // If set, all rendering will have dithering enabled |
61 | | // Currently this only impacts GPU backends |
62 | | kAlwaysDither_Flag = 1 << 2, |
63 | | }; |
64 | | |
65 | | /** No flags, unknown pixel geometry, platform-default contrast/gamma. */ |
66 | | SkSurfaceProps(); |
67 | | /** TODO(kschmi): Remove this constructor and replace with the one below. **/ |
68 | | SkSurfaceProps(uint32_t flags, SkPixelGeometry); |
69 | | /** Specified pixel geometry, text contrast, and gamma **/ |
70 | | SkSurfaceProps(uint32_t flags, SkPixelGeometry, SkScalar textContrast, SkScalar textGamma); |
71 | | |
72 | | SkSurfaceProps(const SkSurfaceProps&) = default; |
73 | | SkSurfaceProps& operator=(const SkSurfaceProps&) = default; |
74 | | |
75 | 220k | SkSurfaceProps cloneWithPixelGeometry(SkPixelGeometry newPixelGeometry) const { |
76 | 220k | return SkSurfaceProps(fFlags, newPixelGeometry, fTextContrast, fTextGamma); |
77 | 220k | } |
78 | | |
79 | | static constexpr SkScalar kMaxContrastInclusive = 1; |
80 | | static constexpr SkScalar kMinContrastInclusive = 0; |
81 | | static constexpr SkScalar kMaxGammaExclusive = 4; |
82 | | static constexpr SkScalar kMinGammaInclusive = 0; |
83 | | |
84 | 297k | uint32_t flags() const { return fFlags; } |
85 | 10.9k | SkPixelGeometry pixelGeometry() const { return fPixelGeometry; } |
86 | 131k | SkScalar textContrast() const { return fTextContrast; } |
87 | 262k | SkScalar textGamma() const { return fTextGamma; } |
88 | | |
89 | 32.8k | bool isUseDeviceIndependentFonts() const { |
90 | 32.8k | return SkToBool(fFlags & kUseDeviceIndependentFonts_Flag); |
91 | 32.8k | } |
92 | | |
93 | 58.6k | bool isAlwaysDither() const { |
94 | 58.6k | return SkToBool(fFlags & kAlwaysDither_Flag); |
95 | 58.6k | } |
96 | | |
97 | 0 | bool operator==(const SkSurfaceProps& that) const { |
98 | 0 | return fFlags == that.fFlags && fPixelGeometry == that.fPixelGeometry && |
99 | 0 | fTextContrast == that.fTextContrast && fTextGamma == that.fTextGamma; |
100 | 0 | } |
101 | | |
102 | 0 | bool operator!=(const SkSurfaceProps& that) const { |
103 | 0 | return !(*this == that); |
104 | 0 | } |
105 | | |
106 | | private: |
107 | | uint32_t fFlags; |
108 | | SkPixelGeometry fPixelGeometry; |
109 | | |
110 | | // This gamma value is specifically about blending of mask coverage. |
111 | | // The surface also has a color space, but that applies to the colors. |
112 | | SkScalar fTextContrast; |
113 | | SkScalar fTextGamma; |
114 | | }; |
115 | | |
116 | | #endif |