Searched defs:SkIRect (Results 1 - 3 of 3) sorted by relevance

/external/skia/include/core/
H A DSkImageGenerator.h167 GrTexture* generateTexture(GrContext*, const SkIRect* subset = nullptr);
189 * subset = SkIRect::MakeXYWH(subsetOrigin.x(), subsetOrigin.y(),
194 * whole = SkIRect::MakeWH(scaledSize.width(), scaledSize.height())
255 virtual GrTexture* onGenerateTexture(GrContext*, const SkIRect*) { argument
H A DSkRect.h16 /** \struct SkIRect
18 SkIRect holds four 32 bit integer coordinates for a rectangle
20 struct SK_API SkIRect { struct
23 static SkIRect SK_WARN_UNUSED_RESULT MakeEmpty() {
24 SkIRect r;
29 static SkIRect SK_WARN_UNUSED_RESULT MakeLargest() {
30 SkIRect r;
35 static SkIRect SK_WARN_UNUSED_RESULT MakeWH(int32_t w, int32_t h) {
36 SkIRect r;
41 static SkIRect SK_WARN_UNUSED_RESUL
[all...]
/external/skia/src/views/
H A DSkWindow.cpp75 SkIRect ir;
106 bool SkWindow::update(SkIRect* updateArea) {
246 void SkWindow::onHandleInval(const SkIRect&) { argument

Completed in 133 milliseconds