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

  /external/skia/src/core/
SkPictureFlat.h 146 // SkFlatDictionary: is an abstract templated dictionary that maintains a
148 // SkFlatController: is an interface provided to SkFlatDictionary which handles
152 // NOTE: any class that wishes to be used in conjunction with SkFlatDictionary
171 * Provide a new block of memory for the SkFlatDictionary to use.
201 * SkFlatDictionary. Needs to be set by the protected setTypefacePlayback
394 class SkFlatDictionary {
396 SkFlatDictionary(SkFlatController* controller)
407 virtual ~SkFlatDictionary() {
622 class SkBitmapDictionary : public SkFlatDictionary<SkBitmap> {
625 : SkFlatDictionary<SkBitmap>(controller)
    [all...]
  /external/skia/tests/
BitmapHeapTest.cpp 19 class FlatDictionary : public SkFlatDictionary<SkShader> {
23 : SkFlatDictionary<SkShader>(controller) {
  /external/skia/src/pipe/
SkGPipeWrite.cpp 152 class FlatDictionary : public SkFlatDictionary<SkFlattenable> {
155 : SkFlatDictionary<SkFlattenable>(heap) {
300 // Should be called after any calls to an SkFlatDictionary::findAndReplace
    [all...]

Completed in 85 milliseconds