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

  /external/chromium_org/third_party/skia/tests/
BitmapHeapTest.cpp 23 typedef SkFlatDictionary<SkShader, SkShaderTraits> FlatDictionary;
  /external/skia/tests/
BitmapHeapTest.cpp 23 typedef SkFlatDictionary<SkShader, SkShaderTraits> FlatDictionary;
  /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;
  /external/chromium_org/third_party/skia/src/pipe/
SkGPipeWrite.cpp 164 typedef SkFlatDictionary<SkFlattenable, SkFlattenableTraits> FlatDictionary;
346 // Should be called after any calls to an SkFlatDictionary::findAndReplace
    [all...]
  /external/skia/src/pipe/
SkGPipeWrite.cpp 161 typedef SkFlatDictionary<SkFlattenable, SkFlattenableTraits> FlatDictionary;
335 // Should be called after any calls to an SkFlatDictionary::findAndReplace
    [all...]

Completed in 41 milliseconds