Home
last modified time | relevance | path

Searched refs:SkPixelGeometryIsBGR (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/include/core/
DSkSurfaceProps.h32 static inline bool SkPixelGeometryIsBGR(SkPixelGeometry geo) { in SkPixelGeometryIsBGR() function
/third_party/skia/include/core/
DSkSurfaceProps.h32 static inline bool SkPixelGeometryIsBGR(SkPixelGeometry geo) { in SkPixelGeometryIsBGR() function
/third_party/flutter/skia/src/gpu/ops/
DGrAtlasTextOp.cpp68 bool isBGR = SkPixelGeometryIsBGR(props.pixelGeometry()); in MakeDistanceField()
/third_party/skia/src/gpu/text/
DGrTextBlob.cpp1250 bool isBGR = SkPixelGeometryIsBGR(props.pixelGeometry()); in calculate_sdf_parameters()