/external/chromium_org/third_party/skia/include/core/ |
SkBounder.h | 45 returns false, the drawing for that shape is aborted. If your method 46 returns true, drawing continues. The bounds your method receives have already 65 text drawing supplies the device bounds of the object.
|
SkPicture.h | 30 The SkPicture class records the drawing commands made to a canvas, to 42 /** Make a copy of the contents of src. If src records more drawing after 107 drawing a fraction of a large scene into a smaller viewport. 129 /** Returns the canvas that records the drawing commands. 145 for drawing. Note: this happens implicitly the first time the picture 150 /** Replays the drawing commands on the specified canvas. This internally 152 @param canvas the canvas receiving the drawing commands. 190 /** Signals that the caller is prematurely done replaying the drawing 192 is drawing. Has no effect if the picture is not drawing [all...] |
/external/skia/include/core/ |
SkBounder.h | 45 returns false, the drawing for that shape is aborted. If your method 46 returns true, drawing continues. The bounds your method receives have already 65 text drawing supplies the device bounds of the object.
|
SkPicture.h | 30 The SkPicture class records the drawing commands made to a canvas, to 42 /** Make a copy of the contents of src. If src records more drawing after 107 drawing a fraction of a large scene into a smaller viewport. 129 /** Returns the canvas that records the drawing commands. 145 for drawing. Note: this happens implicitly the first time the picture 150 /** Replays the drawing commands on the specified canvas. This internally 152 @param canvas the canvas receiving the drawing commands. 190 /** Signals that the caller is prematurely done replaying the drawing 192 is drawing. Has no effect if the picture is not drawing [all...] |
/external/chromium/chrome/browser/ui/cocoa/ |
background_tile_view_unittest.mm | 30 // Test drawing with an Image
|
image_utils.h | 15 // transform is applied to flip it again before drawing the image.
|
info_bubble_view.h | 26 // This is where nonrectangular drawing happens.
|
styled_text_field_cell.h | 18 // can override |drawInteriorWithFrame:inView:| to provide custom drawing for 20 // with a modified frame after performing any custom drawing.
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_bar_folder_button_cell.h | 13 // A button cell that handles drawing/highlighting of buttons in the
|
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_bar_folder_button_cell.h | 10 // A button cell that handles drawing/highlighting of buttons in the
|
/external/chromium_org/content/browser/renderer_host/ |
compositing_iosurface_layer_mac.h | 18 // The CoreAnimation layer for drawing accelerated content.
|
/external/chromium_org/tools/stats_viewer/ |
OpenDialog.cs | 9 using System.Drawing;
|
Resources.resx | 21 <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
25 <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
122 <value>Resources\kitten.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
125 <value>Resources\kittenbackground.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
/external/clang/test/Sema/ |
nowarn-documentation-property.m | 6 /// The full predicate to be used for drawing objects from the store.
|
/frameworks/base/docs/html/tools/help/ |
draw9patch.jd | 25 <p>The left pane is your drawing area, in which you can edit the lines for the 41 with no drawing area added, because it already exists.</p> 48 <li><strong>Zoom</strong>: Adjust the zoom level of the graphic in the drawing area.</li> 51 <li><strong>Show patches</strong>: Preview the stretchable patches in the drawing area (pink is a
|
/frameworks/base/graphics/java/android/graphics/ |
MaskFilter.java | 21 * an alpha-channel mask before drawing it. A subclass of MaskFilter may be
|
PathEffect.java | 21 * the geometry of a drawing primitive before it is transformed by the
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
completionvalues1-expected-completion30.txt | 6 android:animationCache : Defines whether layout animations should create a drawing cache for their children. [boolean]
|
/external/chromium_org/chrome/browser/ui/cocoa/find_bar/ |
find_bar_text_field_unittest.mm | 63 // Test drawing, mostly to ensure nothing leaks or crashes. 67 // Test focussed drawing.
|
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/ |
bubble_decoration.h | 22 // Setup the drawing parameters. 54 // Contains attribute for drawing |label_|.
|
/external/chromium_org/content/plugin/ |
webplugin_accelerated_surface_proxy_mac.cc | 23 // because the CA drawing model shouldn't be advertised. 27 // Require IOSurface support for drawing Core Animation plugins.
|
/external/chromium_org/remoting/client/ |
frame_producer.h | 23 // Adds an image buffer to the pool of pending buffers for subsequent drawing. 24 // Once drawing is completed the buffer will be returned to the consumer via
|
/external/chromium_org/third_party/skia/include/effects/ |
SkAvoidXfermode.h | 30 Avoid: In this mode, drawing is allowed only on destination pixels that 35 Target: In this mode, drawing only occurs on destination pixels that
|
/external/skia/gm/ |
bitmaprecttest.cpp | 33 // fast-path in the bitmapshader, but ended up drawing the last col of pixels 34 // twice. The fix resulted in (a) not taking the fast-path, but (b) drawing
|
/external/skia/include/effects/ |
SkAvoidXfermode.h | 30 Avoid: In this mode, drawing is allowed only on destination pixels that 35 Target: In this mode, drawing only occurs on destination pixels that
|