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

/external/chromium_org/third_party/skia/src/core/
H A DSkPictureFlat.h155 // SkFlatDictionary: is an abstract templated dictionary that maintains a
157 // SkFlatController: is an interface provided to SkFlatDictionary which handles
161 // NOTE: any class that wishes to be used in conjunction with SkFlatDictionary
180 * Return a new block of memory for the SkFlatDictionary to use.
209 * SkFlatDictionary. Needs to be set by the protected setTypefacePlayback
335 template <class T> friend class SkFlatDictionary;
339 class SkFlatDictionary { class
343 SkFlatDictionary(SkFlatController* controller, size_t scratchSizeGuess = 0) function in class:SkFlatDictionary
366 ~SkFlatDictionary() {
637 class SkMatrixDictionary : public SkFlatDictionary<SkMatri
[all...]
/external/skia/src/core/
H A DSkPictureFlat.h155 // SkFlatDictionary: is an abstract templated dictionary that maintains a
157 // SkFlatController: is an interface provided to SkFlatDictionary which handles
161 // NOTE: any class that wishes to be used in conjunction with SkFlatDictionary
180 * Return a new block of memory for the SkFlatDictionary to use.
209 * SkFlatDictionary. Needs to be set by the protected setTypefacePlayback
335 template <class T> friend class SkFlatDictionary;
339 class SkFlatDictionary { class
343 SkFlatDictionary(SkFlatController* controller, size_t scratchSizeGuess = 0) function in class:SkFlatDictionary
366 ~SkFlatDictionary() {
637 class SkMatrixDictionary : public SkFlatDictionary<SkMatri
[all...]

Completed in 65 milliseconds