Home
last modified time | relevance | path

Searched defs:strikeDevice (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/skia/src/text/gpu/
H A DTextBlob.cpp87 const SkStrikeDeviceInfo& strikeDevice) -> std::tuple<bool, Key> { in Make()
/aosp_15_r20/external/skia/tests/
H A DGrTextBlobTest.cpp373 SkStrikeDeviceInfo strikeDevice{props, SkScalerContextFlags::kBoostContrast, &control}; in DEF_TEST() local