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

  /external/skia/src/core/
SkRecords.h 91 #define RECORD3(T, A, a, B, b, C, c) \
187 RECORD3(SaveLayer, Optional<SkRect>, bounds, Optional<SkPaint>, paint, SkCanvas::SaveFlags, flags);
195 RECORD3(ClipPath, SkPath, path, SkRegion::Op, op, bool, doAA);
196 RECORD3(ClipRRect, SkRRect, rrect, SkRegion::Op, op, bool, doAA);
197 RECORD3(ClipRect, SkRect, rect, SkRegion::Op, op, bool, doAA);
206 RECORD3(DrawBitmapMatrix, Optional<SkPaint>, paint, ImmutableBitmap, bitmap, SkMatrix, matrix);
216 RECORD3(DrawDRRect, SkPaint, paint, SkRRect, outer, SkRRect, inner);
280 RECORD3(BoundedDrawPosTextH, Adopted<DrawPosTextH>, base, SkScalar, minY, SkScalar, maxY);
285 #undef RECORD3
  /external/chromium_org/third_party/skia/src/core/
SkRecords.h 97 #define RECORD3(T, A, a, B, b, C, c) \
203 RECORD3(SaveLayer, Optional<SkRect>, bounds, Optional<SkPaint>, paint, SkCanvas::SaveFlags, flags);
213 RECORD3(ClipRegion, SkIRect, devBounds, SkRegion, region, SkRegion::Op, op);
226 RECORD3(DrawBitmapMatrix, Optional<SkPaint>, paint, ImmutableBitmap, bitmap, SkMatrix, matrix);
236 RECORD3(DrawDRRect, SkPaint, paint, SkRRect, outer, SkRRect, inner);
240 RECORD3(DrawPicture, Optional<SkPaint>, paint,
316 #undef RECORD3

Completed in 85 milliseconds