HomeSort by relevance Sort by last modified time
    Searched full:fillrectangle (Results 1 - 25 of 41) sorted by null

1 2

  /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);
tight.c 134 FillRectangle(client, rx, ry, rw, rh, fill_colour);
  /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);
  /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);
CComboBox.java 262 e.gc.fillRectangle(m_canvas.getClientArea());
  /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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d2d1.h 745 STDMETHOD_(void, FillRectangle)(const D2D1_RECT_F *rect, ID2D1Brush *brush) PURE;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
IconFactory.java 377 gc.fillRectangle(0, 0, SX, SY);
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
PropertyTable.java     [all...]

Completed in 942 milliseconds

1 2