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

  /external/skia/src/core/
SkScanPriv.h 84 static inline bool TryBlitFatAntiRect(SkBlitter* blitter, const SkPath& path, const SkIRect& clip) {
SkScan_DAAPath.cpp 340 // So TryBlitFatAntiRect and return if it's successful.
341 if (!isInverse && TryBlitFatAntiRect(blitter, path, clipBounds)) {
SkScan_AAAPath.cpp     [all...]
  /external/skqp/src/core/
SkScanPriv.h 84 static inline bool TryBlitFatAntiRect(SkBlitter* blitter, const SkPath& path, const SkIRect& clip) {
SkScan_DAAPath.cpp 340 // So TryBlitFatAntiRect and return if it's successful.
341 if (!isInverse && TryBlitFatAntiRect(blitter, path, clipBounds)) {
SkScan_AAAPath.cpp     [all...]

Completed in 563 milliseconds