Home | History | Annotate | Download | only in text

Lines Matching refs:SkStrike

15 #include "SkStrike.h"
24 * is indexed by a PackedID and SkStrike. The SkStrike is what actually creates the mask.
25 * The GrTextStrike may outlive the generating SkStrike. However, it retains a copy
26 * of it's SkDescriptor as a key to access (or regenerate) the SkStrike. GrTextStrikes are
46 SkStrike* cache) {
65 SkStrike*, GrMaskFormat expectedMaskFormat,
91 static const SkGlyph& GrToSkGlyph(SkStrike* cache, SkPackedGlyphID id) {
101 * GrStrikeCache manages strikes which are indexed by a SkStrike. These strikes can then be
115 sk_sp<GrTextStrike> getStrike(const SkStrike* cache) {
130 sk_sp<GrTextStrike> generateStrike(const SkStrike* cache) {