Home
last modified time | relevance | path

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

/external/skia/src/gpu/ccpr/
DGrCCAtlas.h28 int fApproxNumPixels = 0; member
51 fApproxNumPixels += (width + kPadding) * (height + kPadding); in accountForSpace()
DGrCCAtlas.cpp17 int log2area = SkNextLog2(std::max(specs.fApproxNumPixels, 1)); in choose_initial_atlas_size()
/external/skqp/src/gpu/ccpr/
DGrCCAtlas.h43 int fApproxNumPixels = 0; member
148 fApproxNumPixels += (width + kPadding) * (height + kPadding); in accountForSpace()
DGrCCAtlas.cpp62 int log2area = SkNextLog2(SkTMax(specs.fApproxNumPixels, 1)); in GrCCAtlas()
DGrCoverageCountingPathRenderer.cpp242 specs.fCopyAtlasSpecs.fApproxNumPixels > 256 * 256); in preFlush()