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

  /external/skia/src/core/
SkAnnotation.cpp 61 SkASSERT(paint.isNoDrawAnnotation());
SkDevice.cpp 22 do { if (paint.isNoDrawAnnotation()) { return; } } while (0)
  /external/skia/include/core/
SkPaint.h 602 bool isNoDrawAnnotation() const {
    [all...]
  /external/skia/src/gpu/
SkGpuDevice.cpp 75 do { if (paint.isNoDrawAnnotation()) { return; } } while (0)
    [all...]
  /external/skia/src/pdf/
SkPDFDevice.cpp     [all...]

Completed in 271 milliseconds