OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getStrike
(Results
1 - 6
of
6
) sorted by null
/external/skia/src/gpu/text/
GrStrikeCache.h
115
sk_sp<GrTextStrike>
getStrike
(const SkDescriptor& desc) {
GrTextBlobVertexRegenerator.cpp
179
strike = fGlyphCache->
getStrike
((*fLazyCache)->getDescriptor());
/external/skqp/src/gpu/text/
GrStrikeCache.h
115
sk_sp<GrTextStrike>
getStrike
(const SkStrike* cache) {
GrTextBlobVertexRegenerator.cpp
179
strike = fGlyphCache->
getStrike
(fLazyCache->get());
/external/skia/src/core/
SkGlyphRunPainter.cpp
[
all
...]
/external/skqp/src/core/
SkGlyphRunPainter.cpp
706
sk_sp<GrTextStrike> strike = fGrStrikeCache->
getStrike
(fallbackCache.get());
[
all
...]
Completed in 250 milliseconds