Searched refs:fillRect (Results 1 - 10 of 10) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
H A DColorTexture.java41 canvas.fillRect(x, y, w, h, mColor);
H A DGLCanvas.java92 public abstract void fillRect(float x, float y, float width, float height, int color); method in interface:GLCanvas
H A DGLES11Canvas.java211 public void fillRect(float x, float y, float width, float height, int color) { method in class:GLES11Canvas
519 fillRect(target.left, target.top, target.width(), target.height(), toColor);
552 fillRect(x, y, width, height, toColor);
H A DGLES20Canvas.java575 public void fillRect(float x, float y, float width, float height, int color) { method in class:GLES20Canvas
780 fillRect(target.left, target.top, target.width(), target.height(), toColor);
/packages/apps/Messaging/jni/
H A DGifTranscoder.h68 static void fillRect(ColorARGB* renderBuffer,
H A DGifTranscoder.cpp375 fillRect(renderBuffer, gifIn->SWidth, gifIn->SHeight,
378 fillRect(renderBuffer, gifIn->SWidth, gifIn->SHeight,
410 void GifTranscoder::fillRect(ColorARGB* renderBuffer, function in class:GifTranscoder
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DTiledScreenNail.java161 canvas.fillRect(x, y, width, height, mPlaceholderColor);
181 canvas.fillRect(dest.left, dest.top, dest.width(), dest.height(),
H A DUndoBarView.java120 canvas.fillRect(x, y, mSeparatorWidth,
H A DGLRootView.java435 mCanvas.fillRect(10, 10, 5, 5, mInvalidateColor);
H A DPhotoView.java741 //canvas.fillRect(-10, -10, 20, 20, 0x80FF00FF);
915 canvas.fillRect(r.left, r.top, r.width(), r.height(), mPlaceholderColor);

Completed in 1247 milliseconds