Home
last modified time | relevance | path

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

/external/skia/src/text/gpu/
DSubRunContainer.cpp1278 std::tuple<bool, SkRect> deviceRectAndCheckTransform(const SkMatrix& positionMatrix) const;
1411 auto [integerTranslate, subRunDeviceBounds] = this->deviceRectAndCheckTransform(positionMatrix); in makeAtlasTextOp()
1667 std::tuple<bool, SkRect> DirectMaskSubRun::deviceRectAndCheckTransform( in deviceRectAndCheckTransform() function in __anon459911e60111::DirectMaskSubRun