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

  /external/skia/src/core/
SkCanvas.cpp 1053 if (paint.canComputeFastBounds()) {
    [all...]
SkPictureRecord.cpp 255 bool fast = paint.canComputeFastBounds();
286 bool fast = canUseDrawH && paint.canComputeFastBounds();
326 bool fast = paint.canComputeFastBounds();
  /external/skia/include/core/
SkPaint.h 431 bool canComputeFastBounds() const {
439 /** Only call this if canComputeFastBounds() returned true. This takes a
451 if (paint.canComputeFastBounds()) {
    [all...]

Completed in 33 milliseconds