Home
last modified time | relevance | path

Searched defs:validateDevBounds (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/core/
DSkDevice.h127 virtual void validateDevBounds(const SkIRect&) {} in validateDevBounds() function
DSkBitmapDevice.cpp591 void SkBitmapDevice::validateDevBounds(const SkIRect& drawClipBounds) { in validateDevBounds() function in SkBitmapDevice