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

  /external/skia/src/codec/
SkFrameHolder.h 88 void setXYWH(int x, int y, int width, int height) {
89 fRect.setXYWH(x, y, width, height);
  /external/skia/include/core/
SkRect.h 138 void setXYWH(int32_t x, int32_t y, int32_t width, int32_t height) {
599 void setXYWH(SkScalar x, SkScalar y, SkScalar width, SkScalar height) {

Completed in 470 milliseconds