Home | History | Annotate | Download | only in images

Lines Matching refs:Left

141         uint32_t* dst = bm->getAddr32(imageDesc.Left, imageDesc.Top + row);
156 if (frame->ImageDesc.Left + copyWidth > width) {
157 copyWidth = width - frame->ImageDesc.Left;
187 uint32_t* dst = bm->getAddr32(frame->ImageDesc.Left, frame->ImageDesc.Top);
189 if (frame->ImageDesc.Left + copyWidth > width) {
190 copyWidth = width - frame->ImageDesc.Left;
205 static void fillRect(SkBitmap* bm, GifWord left, GifWord top, GifWord width, GifWord height,
210 uint32_t* dst = bm->getAddr32(left, top);
212 if (left + copyWidth > bmWidth) {
213 copyWidth = bmWidth - left;
296 if (target->ImageDesc.Left <= covered->ImageDesc.Left
297 && covered->ImageDesc.Left + covered->ImageDesc.Width <=
298 target->ImageDesc.Left + target->ImageDesc.Width
324 fillRect(bm, cur->ImageDesc.Left, cur->ImageDesc.Top,