Home
last modified time | relevance | path

Searched refs:scaleBounds (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/gpu/text/
DGrTextBlob.h237 std::tuple<SkScalar, SkScalar> scaleBounds() const { return {fMaxMinScale, fMinMaxScale}; } in scaleBounds() function
DGrTextBlob.cpp1312 auto [maxMinScale, minMaxScale] = fBlob->scaleBounds(); in canReuse()