Searched defs:fillRect (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
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.cpp375 fillRect(renderBuffer, gifIn->SWidth, gifIn->SHeight,
378 fillRect(renderBuffer, gifIn->SWidth, gifIn->SHeight,
410 void GifTranscoder::fillRect(ColorARGB* renderBuffer, function in class:GifTranscoder

Completed in 129 milliseconds