Searched defs:SkFlatDictionary (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkPictureFlat.h159 // SkFlatDictionary: is an abstract templated dictionary that maintains a
161 // SkFlatController: is an interface provided to SkFlatDictionary which handles
165 // NOTE: any class that wishes to be used in conjunction with SkFlatDictionary must subclass the
182 * Return a new block of memory for the SkFlatDictionary to use.
211 * SkFlatDictionary. Needs to be set by the protected setTypefacePlayback
364 template <typename T, typename Traits> friend class SkFlatDictionary;
368 class SkFlatDictionary { class
370 explicit SkFlatDictionary(SkFlatController* controller) function in class:SkFlatDictionary
573 typedef SkFlatDictionary<SkPaint, SkPaint::FlatteningTraits> SkPaintDictionary;
/external/skia/src/core/
H A DSkPictureFlat.h156 // SkFlatDictionary: is an abstract templated dictionary that maintains a
158 // SkFlatController: is an interface provided to SkFlatDictionary which handles
162 // NOTE: any class that wishes to be used in conjunction with SkFlatDictionary must subclass the
179 * Return a new block of memory for the SkFlatDictionary to use.
208 * SkFlatDictionary. Needs to be set by the protected setTypefacePlayback
361 template <typename T, typename Traits> friend class SkFlatDictionary;
365 class SkFlatDictionary { class
367 explicit SkFlatDictionary(SkFlatController* controller) function in class:SkFlatDictionary
570 typedef SkFlatDictionary<SkPaint, SkPaint::FlatteningTraits> SkPaintDictionary;

Completed in 178 milliseconds