/external/libvncserver/libvncclient/ |
hextile.c | 67 FillRectangle(client, x, y, w, h, bg); 103 FillRectangle(client, x+sx, y+sy, sw, sh, fg); 118 FillRectangle(client, x+sx, y+sy, sw, sh, fg);
|
corre.c | 49 FillRectangle(client, rx, ry, rw, rh, pix); 64 FillRectangle(client, rx+x, ry+y, w, h, pix);
|
rre.c | 48 FillRectangle(client, rx, ry, rw, rh, pix); 62 FillRectangle(client, rx+subrect.x, ry+subrect.y, subrect.w, subrect.h, pix);
|
zrle.c | 292 FillRectangle(client, x, y, w, h, color);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
BarGraph.java | 87 gc.fillRectangle(0, 0, width, height); 150 gc.fillRectangle(0, y + i * (BARHEIGHT + GAP), width, BARHEIGHT + GAP); 223 gc.fillRectangle(center, y + (GAP / 2), barLength, BARHEIGHT); 226 gc.fillRectangle(center+barLength, y + (GAP / 2), -barLength, BARHEIGHT);
|
FingerPrintGraph.java | 253 this.gc.fillRectangle(MARGIN, y + (GAP/2), baselineBarLength, BAR_HEIGHT); 260 this.gc.fillRectangle(recValue); 263 this.gc.fillRectangle(recError); 293 this.gc.fillRectangle(MARGIN, y + (GAP/2) + BAR_HEIGHT, currentBarLength, BAR_HEIGHT); 307 this.gc.fillRectangle(recValue); 310 this.gc.fillRectangle(recError); 532 this.gc.fillRectangle(0, MARGIN + i * LINE_HEIGHT, this.imageWidth, LINE_HEIGHT); 561 this.gc.fillRectangle(0, 0, this.imageWidth, this.imageHeight);
|
TimeLineGraph.java | 112 g.fillRectangle(xposition - 2, yposition - 2, 5, 5);
|
/external/pdfium/xfa/src/fdp/include/ |
fde_rdv.h | 99 virtual FX_BOOL FillRectangle(IFDE_Brush* pBrush,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/ |
ImageViewer.java | 495 bufferGc.fillRectangle(0, 0, pe.width, pe.height); 576 gc.fillRectangle( 590 gc.fillRectangle( 604 gc.fillRectangle( 619 gc.fillRectangle( 633 gc.fillRectangle( 663 gc.fillRectangle(
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/ |
CImageLabel.java | 104 gc.fillRectangle(clientArea);
|
CFlatButton.java | 83 gc.fillRectangle(ca);
|
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/gles2/ |
MipMap2D.java | 70 pixmap.fillRectangle(x, y, 8, 8);
|
/external/pdfium/xfa/src/fdp/src/fde/ |
fde_gdidevice.h | 132 virtual FX_BOOL FillRectangle(IFDE_Brush* pBrush,
|
fde_gedevice.h | 90 virtual FX_BOOL FillRectangle(IFDE_Brush* pBrush,
|
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/ |
NinePatchTest.java | 102 p.fillRectangle(x, y, patchSize, patchSize);
149 testPatch.fillRectangle(x, y, patchSize, patchSize);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/ |
DurationMinimap.java | 278 gc.fillRectangle(bounds); 339 gc.fillRectangle(bounds); 354 gc.fillRectangle(mPositionHelper.getBoundsFramingCalls(
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
HoverOverlay.java | 182 gc.fillRectangle(x, y, w, h);
|
ImageControl.java | 207 gc.fillRectangle(0, 0, destWidth, destHeight);
|
IncludeOverlay.java | 87 gc.fillRectangle(x1, y1, x2 - x1, y2 - y1);
|
MarqueeGesture.java | 156 gc.fillRectangle(mRectangle);
|
SelectionOverlay.java | 244 swtGc.fillRectangle(cx - radius, cy - radius, doubleRadius, doubleRadius);
|
GCWrapper.java | 299 getGc().fillRectangle(x, y, w, h); 315 getGc().fillRectangle(x, y, w, h); 406 getGc().fillRectangle(x - padding, y - padding, width + 2 * padding, height + 2 * padding);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/widgets/ |
ImageCanvas.java | 189 gc.fillRectangle(getClientArea()); // clear entire client area
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/ |
gdiplusgraphics.h | 970 Status FillRectangle(const Brush *brush, 978 Status FillRectangle(const Brush *brush, 986 Status FillRectangle(const Brush *brush, const RectF& rect) 993 Status FillRectangle(const Brush *brush, const Rect& rect) [all...] |
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/ |
FlyoutControlComposite.java | 720 gc.fillRectangle(clientArea); 880 gc.fillRectangle(0, 0, m_titleWidth, m_titleHeight); [all...] |