Home
last modified time | relevance | path

Searched refs:fApproxNumPixels (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/src/gpu/ccpr/
DGrCCAtlas.h44 int fApproxNumPixels = 0; member
171 fApproxNumPixels += (width + kPadding) * (height + kPadding); in accountForSpace()
DGrCCAtlas.cpp98 int log2area = SkNextLog2(SkTMax(specs.fApproxNumPixels, 1)); in GrCCAtlas()
DGrCoverageCountingPathRenderer.cpp281 specs.fCopyAtlasSpecs.fApproxNumPixels > 256 * 256); in preFlush()