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

  /external/skia/tests/
BitmapHeapTest.cpp 36 typedef SkFlatDictionary<SkShader, SkShaderTraits> FlatDictionary;
  /external/skia/src/core/
SkPictureFlat.h 174 // SkFlatDictionary: is an abstract templated dictionary that maintains a
176 // SkFlatController: is an interface provided to SkFlatDictionary which handles
180 // NOTE: any class that wishes to be used in conjunction with SkFlatDictionary must subclass the
197 * Return a new block of memory for the SkFlatDictionary to use.
226 * SkFlatDictionary. Needs to be set by the protected setTypefacePlayback
379 template <typename T, typename Traits> friend class SkFlatDictionary;
383 class SkFlatDictionary {
385 explicit SkFlatDictionary(SkFlatController* controller)

Completed in 41 milliseconds