Searched refs:fContentRect (Results 1 – 3 of 3) sorted by relevance
36 SkRect getContentRect() override { return fContentRect; } in getContentRect()37 void setContentRect(int l, int t, int r, int b) { fContentRect.set(l,t,r,b); } in setContentRect()41 SkRect fContentRect; variable
71 SkRect fContentRect, fWindowRect; variable
336 fContentRect = contentRect; in setTransLimit()345 SkRect scaledContent = fContentRect; in limitTrans()