Searched defs:setXYWH (Results 1 - 4 of 4) sorted by relevance

/external/skia/src/codec/
H A DSkFrameHolder.h88 void setXYWH(int x, int y, int width, int height) { function in class:SkFrame
89 fRect.setXYWH(x, y, width, height);
/external/skqp/src/codec/
H A DSkFrameHolder.h88 void setXYWH(int x, int y, int width, int height) { function in class:SkFrame
89 fRect.setXYWH(x, y, width, height);
/external/skia/include/core/
H A DSkRect.h311 void setXYWH(int32_t x, int32_t y, int32_t width, int32_t height) { function in struct:SkIRect
1146 void setXYWH(SkScalar x, SkScalar y, SkScalar width, SkScalar height) { function in struct:SkRect
/external/skqp/include/core/
H A DSkRect.h298 void setXYWH(int32_t x, int32_t y, int32_t width, int32_t height) { function in struct:SkIRect
1136 void setXYWH(SkScalar x, SkScalar y, SkScalar width, SkScalar height) { function in struct:SkRect

Completed in 752 milliseconds