Lines Matching full:loc
65 static inline void adjust_for_offset(GrIPoint16* loc, const GrIPoint16& offset) {
66 loc->fX += offset.fX * GR_ATLAS_WIDTH;
67 loc->fY += offset.fY * GR_ATLAS_HEIGHT;
76 GrIPoint16* loc) {
77 if (!fRects->addRect(width + BORDER, height + BORDER, loc)) {
99 adjust_for_offset(loc, fOffset);
105 loc->fX, loc->fY, dstW, dstH,
110 loc->fX += BORDER;
111 loc->fY += BORDER;
160 GrIPoint16* loc) {
164 if (plotIter->addSubImage(width, height, image, loc)) {
193 if (!newPlot->addSubImage(width, height, image, loc)) {