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

  /external/skia/tests/
BitmapHeapTest.cpp 36 typedef SkFlatDictionary<SkShader, SkShaderTraits> FlatDictionary;
  /external/skia/src/core/
SkPictureFlat.h 158 // SkFlatDictionary: is an abstract templated dictionary that maintains a
160 // SkFlatController: is an interface provided to SkFlatDictionary which handles
164 // NOTE: any class that wishes to be used in conjunction with SkFlatDictionary must subclass the
181 * Return a new block of memory for the SkFlatDictionary to use.
210 * SkFlatDictionary. Needs to be set by the protected setTypefacePlayback
363 template <typename T, typename Traits> friend class SkFlatDictionary;
367 class SkFlatDictionary {
369 explicit SkFlatDictionary(SkFlatController* controller)
  /external/skia/src/pipe/
SkGPipeWrite.cpp 164 typedef SkFlatDictionary<SkFlattenable, SkFlattenableTraits> FlatDictionary;
336 // Should be called after any calls to an SkFlatDictionary::findAndReplace
    [all...]

Completed in 57 milliseconds