HomeSort by relevance Sort by last modified time
    Searched full:drawing (Results 551 - 575 of 1757) sorted by null

<<21222324252627282930>>

  /frameworks/base/core/java/android/view/
ViewGroup.java 131 * A Transformation used when drawing children, to
260 * When set, the drawing method will call {@link #getChildDrawingOrder(int, int)}
291 * When set, this ViewGroup tries to always draw its children using their drawing cache.
297 * draw its children with their drawing cache.
359 * Indicates which types of drawing caches are to be kept in memory.
366 * Used to indicate that no drawing cache should be kept in memory.
371 * Used to indicate that the animation drawing cache should be kept in memory.
376 * Used to indicate that the scrolling drawing cache should be kept in memory.
381 * Used to indicate that all drawing caches should be kept in memory.
    [all...]
GLES20Canvas.java 752 // Drawing
780 // Shaders are ignored when drawing patches
795 // Shaders are ignored when drawing patches
812 // Shaders are ignored when drawing bitmaps
828 // Shaders are ignored when drawing bitmaps
845 // Shaders are ignored when drawing bitmaps
872 // Shaders are ignored when drawing bitmaps
923 // Shaders are ignored when drawing bitmaps
940 // Shaders are ignored when drawing bitmaps
    [all...]
ViewConfiguration.java 194 * The maximum size of View's drawing cache, expressed in bytes. This size
617 * The maximum drawing cache size expressed in bytes.
619 * @return the maximum size of View's drawing cache expressed in bytes
630 * The maximum drawing cache size expressed in bytes.
632 * @return the maximum size of View's drawing cache expressed in bytes
  /external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_result_view.cc 74 // view is horizontally mirrored. The drawing functions can be written as if
75 // all drawing occurs left-to-right, and then use this class to get the actual
76 // coordinates to begin drawing onscreen.
82 // bounds of the drawing region. When coordinate mirroring is needed, the
89 // Given a logical range within the drawing region, returns the coordinate of
96 // Given a logical coordinate within the drawing region, returns the remaining
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_result_view.cc 71 // view is horizontally mirrored. The drawing functions can be written as if
72 // all drawing occurs left-to-right, and then use this class to get the actual
73 // coordinates to begin drawing onscreen.
79 // bounds of the drawing region. When coordinate mirroring is needed, the
86 // Given a logical range within the drawing region, returns the coordinate of
93 // Given a logical coordinate within the drawing region, returns the remaining
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsContext.h 263 // After drawing directly to the context's canvas, use this function to notify the context so
345 // URL drawing
352 // for drawing into the buffer and then into this context.
398 // Helpers for drawing a focus ring (drawFocusRing)
434 // Pointer to the current drawing state. This is a cached value of m_stateStack.last().
436 // States stack. Enables local drawing state change with save()/restore() calls.
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_draw.c 291 * \brief Resolve buffers before drawing.
323 * \brief Call this after drawing to mark which buffers need resolving
377 * Update internal counters based on the the drawing operation described in
389 * hardware is going to increment SVBI 0 when this drawing operation
585 /* Try drawing with the hardware, but don't do anything else if we can't
598 /* Register our drawing function:
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_draw.c 291 * \brief Resolve buffers before drawing.
323 * \brief Call this after drawing to mark which buffers need resolving
377 * Update internal counters based on the the drawing operation described in
389 * hardware is going to increment SVBI 0 when this drawing operation
585 /* Try drawing with the hardware, but don't do anything else if we can't
598 /* Register our drawing function:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 32 the direction it is facing, drawing a line as it moves. Give it the
558 fill is drawing color
780 """Resize the canvas the turtles are drawing on. Does
781 not alter the drawing window.
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 32 the direction it is facing, drawing a line as it moves. Give it the
558 fill is drawing color
780 """Resize the canvas the turtles are drawing on. Does
781 not alter the drawing window.
    [all...]
  /external/chromium_org/third_party/skia/include/core/
SkCanvas.h 35 A Canvas encapsulates all of the state about drawing into a device (bitmap).
42 While the Canvas holds the state of the drawing device, the state (style)
209 * Note: If you are recording drawing commands on this canvas to
247 offscreen bitmap. All drawing calls are directed there, and only when
251 limit the size of the offscreen, and thus drawing may be
263 offscreen bitmap. All drawing calls are directed there, and only when
267 limit the size of the offscreen, and thus drawing may be
296 /** Returns true if drawing is currently going to a layer (from saveLayer)
457 in a way similar to quickReject, in that it tells you that drawing
489 * This erases the entire drawing surface to the specified color
    [all...]
  /external/skia/include/core/
SkCanvas.h 42 A Canvas encapsulates all of the state about drawing into a device (bitmap).
49 While the Canvas holds the state of the drawing device, the state (style)
216 * Note: If you are recording drawing commands on this canvas to
254 offscreen bitmap. All drawing calls are directed there, and only when
258 limit the size of the offscreen, and thus drawing may be
270 offscreen bitmap. All drawing calls are directed there, and only when
274 limit the size of the offscreen, and thus drawing may be
303 /** Returns true if drawing is currently going to a layer (from saveLayer)
464 in a way similar to quickReject, in that it tells you that drawing
496 * This erases the entire drawing surface to the specified color
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completionvalues1-expected-completion32.txt 8 android:alwaysDrawnWithCache : Defines whether the ViewGroup should always draw its children using their drawing cache or not. [boolean]
12 android:animationCache : Defines whether layout animations should create a drawing cache for their children. [boolean]
41 android:clipToPadding : Defines whether the ViewGroup will clip its drawing surface so as to exclude the padding area. [boolean]
70 android:drawingCacheQuality : Defines the quality of translucent drawing caches. [enum]
86 android:fadeDuration : Duration, in milliseconds, of the fade out effect after the user is done drawing a gesture. [integer]
88 android:fadeOffset : Time, in milliseconds, to wait before the gesture fades out after the user is done drawing it. [integer]
151 android:layoutDirection : Defines the direction of layout drawing. [enum]
198 android:persistentDrawingCache : Defines the persistence of the drawing cache. [flag]
234 android:scrollingCache : When set to true, the list uses a drawing cache during scrolling. [boolean]
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glx/
glxclient.h 236 * \name Drawing command buffer.
238 * Drawing commands are packed into this buffer before being sent as a
436 * The size of the largest drawing command known to the implementation
444 * to determine when the drawing command buffer is too full to hold
446 * space that must always be available in the drawing command buffer
  /external/chromium_org/third_party/npapi/bindings/
npapi.h 398 /* Used for negotiating drawing models */
402 /* In the NPDrawingModelCoreAnimation drawing model, the browser asks the plug-in for a Core Animation layer. */
443 /* Used for negotiating drawing models */
623 * as its drawing model.
634 * drawing model.
  /external/mesa3d/src/glx/
glxclient.h 236 * \name Drawing command buffer.
238 * Drawing commands are packed into this buffer before being sent as a
436 * The size of the largest drawing command known to the implementation
444 * to determine when the drawing command buffer is too full to hold
446 * space that must always be available in the drawing command buffer
  /frameworks/base/core/java/com/android/internal/widget/
RotarySelector.java 224 // set up matrix for translating drawing of background and arrow assets
459 * corders of the drawable (top two corners in terms of drawing coordinates).
461 * drawable (bottom center in terms of drawing coordinates).
462 * @param x The distance along the x axis of the desired point. @return The y coordinate, in drawing coordinates, that will place (x, y) along the circle
478 // convert to drawing coordinates:
  /frameworks/base/docs/html/guide/appendix/
glossary.jd 58 <dd>A drawing surface that handles compositing of the actual bits against
59 a Bitmap or Surface object. It has methods for standard computer drawing
214 for drawing, and provides various helper methods to draw layers and resize
220 <dd>A View object that wraps a Surface for drawing, and exposes methods to
269 Because a widget is fully implemented, it handles measuring and drawing
  /packages/apps/Gallery2/res/values/
filtershow_strings.xml 172 <!-- Label for the that allows drawing on Image [CHAR LIMIT=10] -->
244 <!-- Label for the line style of drawing in [CHAR LIMIT=14] -->
246 <!-- Label for the Marker brush style of drawing in [CHAR LIMIT=14] -->
248 <!-- Label for the Spatter brush style of drawing in [CHAR LIMIT=14] -->
250 <!-- Label for the removing drawing from screen [CHAR LIMIT=14] -->
  /frameworks/base/libs/hwui/
OpenGLRenderer.cpp 240 // for each layer and wait until the first drawing command
865 * and the frame buffer still receive every drawing command. For instance, if a
876 * - Issue the drawing
881 * is set. When this flag is set we can redirect all drawing operations into a
888 * buffer and drawing continues as normal. This technique therefore treats the
897 * Drawing layers with an alpha value requires an extra step before composition.
910 * buffer is left untouched until the first drawing operation. Only when
    [all...]
  /external/chromium_org/remoting/host/plugin/
host_plugin.cc 108 // The drawing and event models don't change anything for this plugin, since
116 // Sanity check to see if Chromium supports the CoreGraphics drawing model.
122 // Switch to CoreGraphics drawing model.
  /external/chromium_org/third_party/freetype/include/freetype/
ftstroke.h 162 * Select the left border, relative to the drawing direction.
165 * Select the right border, relative to the drawing direction.
171 * drawing orientation, which varies between font formats.
  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_state.h 439 * drawing something will be in one buffer. But it's also possible, for
537 * For indexed drawing, these fields apply after index lookup.
544 * Primitive restart enable/index (only applies to indexed drawing)
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_atom_array.c 353 * Set up for drawing interleaved arrays that all live in one VBO
371 /* Find the lowest address of the arrays we're drawing,
542 /* No drawing has been done yet, so do nothing. */
  /external/freetype/include/freetype/
ftoutln.h 379 /* Reverse the drawing direction of an outline. This is used to */
498 * the drawing direction of a contour must be filled.
503 * the drawing direction of a contour must be filled.
    [all...]

Completed in 577 milliseconds

<<21222324252627282930>>