HomeSort by relevance Sort by last modified time
    Searched defs:SkFlatDictionary (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/core/
SkPictureFlat.h 159 // 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 {
370 explicit SkFlatDictionary(SkFlatController* controller)
573 typedef SkFlatDictionary<SkPaint, SkPaint::FlatteningTraits> SkPaintDictionary;
  /external/skia/src/core/
SkPictureFlat.h 156 // 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 {
367 explicit SkFlatDictionary(SkFlatController* controller)
570 typedef SkFlatDictionary<SkPaint, SkPaint::FlatteningTraits> SkPaintDictionary;

Completed in 31 milliseconds