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

  /external/skia/include/core/
SkDevice.h 206 struct TextFlags {
214 * textflags parameter (output) and return true. If the paint is fine as
215 * is, then ignore the textflags parameter and return false.
219 virtual bool filterTextFlags(const SkPaint& paint, TextFlags*);
  /external/skia/legacy/include/core/
SkDevice.h 145 struct TextFlags {
153 * textflags parameter (output) and return true. If the paint is fine as
154 * is, then ignore the textflags parameter and return false.
158 virtual bool filterTextFlags(const SkPaint& paint, TextFlags*);

Completed in 48 milliseconds