/external/webkit/WebCore/platform/gtk/ |
gtkdrawing.h | 166 /* Paints a GtkButton. flags is a GtkReliefStyle. */ 168 /* Paints a GtkCheckButton. flags is a boolean, 1=checked, 0=not checked. */ 170 /* Paints a GtkRadioButton. flags is a boolean, 1=checked, 0=not checked. */ 173 * Paints the button of a GtkScrollbar. flags is a GtkArrowType giving 177 /* Paints the trough (track) of a GtkScrollbar. */ 180 /* Paints the slider (thumb) of a GtkScrollbar. */ 183 /* Paints a GtkScale. */ 186 /* Paints a GtkScale thumb. */ 189 /* Paints a GtkSpinButton */ 194 /* Paints the gripper of a GtkHandleBox. * [all...] |
/external/proguard/src/proguard/gui/splash/ |
Sprite.java | 34 * Paints the object.
|
/external/skia/src/core/ |
SkPicturePlayback.cpp | 21 int paints = record.paints(&paintBytes); local 31 if (paints != 0) 32 SkDebugf("paints size %zd (paints:%d) ", paintBytes, paints); 97 const SkTDArray<const SkFlatPaint* >& paints = record.getPaints(); local 98 fPaintCount = paints.count(); 101 for (const SkFlatPaint** flatPaintPtr = paints.begin(); 102 flatPaintPtr != paints.end(); flatPaintPtr++) 899 int SkPicturePlayback::paints(size_t* size) { function in class:SkPicturePlayback [all...] |
SkPictureRecord.cpp | 568 int SkPictureRecord::find(SkTDArray<const SkFlatPaint* >& paints, const SkPaint* paint) { 575 int index = SkTSearch<SkFlatData>((const SkFlatData**) paints.begin(), 576 paints.count(), (SkFlatData*) flat, sizeof(flat), &SkFlatData::Compare); 579 return paints[index]->index(); 583 *paints.insert(index) = flat; 626 paints(&sizeData); 653 int SkPictureRecord::paints(size_t* size) const { function in class:SkPictureRecord
|
SkPictureRecord.h | 123 int find(SkTDArray<const SkFlatPaint* >& paints, const SkPaint* paint); 137 int paints(size_t* size) const;
|
SkPicturePlayback.h | 127 int paints(size_t* size);
|
/external/webkit/WebCore/rendering/ |
InlineTextBox.h | 123 // denote no truncation (the whole run paints) and full truncation (nothing paints at all).
|
RenderTableCol.cpp | 87 // FIXME: Repaint only the rect the image paints in.
|
RenderTableRow.cpp | 202 // FIXME: Examine cells and repaint only the rect the image paints in.
|
RenderTheme.cpp | 779 // border - honored by WinIE, but looks terrible (just paints in the control box and turns off the Windows XP theme) 796 // border - honored by WinIE, but looks terrible (just paints in the control box and turns off the Windows XP theme) [all...] |
RenderBox.h | 183 virtual void borderFitAdjust(int& /*x*/, int& /*w*/) const { } // Shrink the box in which the border paints if border-fit is set.
|
RenderBlock.h | 229 virtual void borderFitAdjust(int& x, int& w) const; // Shrink the box in which the border paints if border-fit is set.
|
RenderLayer.h | 369 // paints the layers that intersect the damage rect from back to
|
RenderListBox.cpp | 547 // how the control currently paints.
|
/external/webkit/WebCore/platform/win/ |
SharedTimerWin.cpp | 184 // (we prioritize paints over timers)
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
GradientShader.java | 67 * Base class for (Java) Gradient Paints. This handles computing the gradient colors based
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/parts/ |
LayoutFigure.java | 51 * Paints the "border" for this figure.
|
/external/webkit/WebKit/android/nav/ |
FindCanvas.cpp | 498 // This function sets up the paints that are used to draw the matches. 559 // Set up the paints used for drawing the matches
|
/external/qemu/distrib/sdl-1.2.12/src/video/qtopia/ |
SDL_QWin.cc | 358 // This paints the current buffer to the screen, when desired.
|
/external/webkit/WebCore/platform/ |
ScrollView.h | 96 // tiled backing store, this method can be set, so that the view paints the entire contents.
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
GradientDrawable.java | 292 // don't perform the filter in our individual paints 298 individual paints [all...] |
/development/samples/LunarLander/src/com/example/android/lunarlander/ |
LunarView.java | 239 // Initialize paints for speedometer [all...] |
/external/webkit/WebCore/platform/chromium/ |
PopupMenuChromium.cpp | 981 // paints in the window coordinates. [all...] |
/frameworks/base/awt/org/apache/harmony/awt/gl/ |
CommonGraphics2D.java | 115 * of the java.awt.Paint class with paints, which the system does not support. [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
LayoutCanvas.java | 642 * Paints the canvas in response to paint events. [all...] |