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

  /external/chromium_org/third_party/skia/include/core/
SkDevice.h 150 struct TextFlags {
158 * textflags parameter (output) and return true. If the paint is fine as
159 * is, then ignore the textflags parameter and return false.
163 virtual bool filterTextFlags(const SkPaint& paint, TextFlags*) = 0;
  /external/skia/include/core/
SkDevice.h 150 struct TextFlags {
158 * textflags parameter (output) and return true. If the paint is fine as
159 * is, then ignore the textflags parameter and return false.
163 virtual bool filterTextFlags(const SkPaint& paint, TextFlags*) = 0;

Completed in 615 milliseconds