Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/text/
DGrTextBlob.cpp1615 auto sameFormat = drawables.subspan(startIndex, i - startIndex); in addMultiMaskFormat() local
1617 addSameFormat(sameFormat, format, sk_sp<SkStrike>(strike)); in addMultiMaskFormat()
1622 auto sameFormat = drawables.last(drawables.size() - startIndex); in addMultiMaskFormat() local
1623 addSameFormat(sameFormat, format, std::move(strike)); in addMultiMaskFormat()
2354 auto sameFormat = drawables.subspan(startIndex, i - startIndex); in processDeviceMasks() local
2357 DirectMaskSubRunNoCache::Make(sameFormat, sk_sp<SkStrike>(strike), format, fAlloc)); in processDeviceMasks()
2362 auto sameFormat = drawables.last(drawables.size() - startIndex); in processDeviceMasks() local
2363 this->draw(DirectMaskSubRunNoCache::Make(sameFormat, std::move(strike), format, fAlloc)); in processDeviceMasks()
2381 auto sameFormat = drawables.subspan(startIndex, i - startIndex); in processSourceMasks() local
2385 sameFormat, sk_sp<SkStrike>(strike), strikeToSourceScale, format, fAlloc)); in processSourceMasks()
[all …]