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

<<21222324252627282930>>

  /external/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.
ftimage.h     [all...]
  /external/mesa3d/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/mesa3d/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/sonivox/jet_tools/JetCreator/
JetSegGraph.py 134 """ Loads up the segment drawing the graph """
199 # current drawing in it, so it can be used to save the image to
216 """ Does the actual drawing of the control """
  /frameworks/base/core/java/android/view/
HardwareRenderer.java 202 * "highlight", highlight drawing commands tested against a non-rectangular clip
328 * Setup the hardware renderer for drawing. This is called whenever the
331 * @param width Width of the drawing surface.
332 * @param height Height of the drawing surface.
485 * canvas but no drawing command should be issued.
493 * It is safe to invoke drawing commands from this method.
505 * @param callbacks Callbacks invoked when drawing happens.
513 * drawing operations.
588 * renderer for drawing, if needed. This is invoked when the ViewAncestor has
593 * @param width The width of the drawing surface
    [all...]
Surface.java 215 * Gets a {@link Canvas} for drawing into this surface.
217 * After drawing into the provided {@link Canvas}, the caller must
227 * @return A canvas for drawing into the surface.
View.java 105 * occupies a rectangular area on the screen and is responsible for drawing and
152 * drawing views. You should not call methods that perform these actions on
206 * <td>Drawing</td>
341 * sometimes <em>drawing width</em> and <em>drawing height</em>. These
342 * dimensions define the actual size of the view on screen, at drawing time and
434 * <a name="Drawing"></a>
435 * <h3>Drawing</h3>
437 * Drawing is handled by walking the tree and rendering each view that
465 * the framework will take care of measuring, laying out, and drawing the tre
    [all...]
  /frameworks/base/core/java/android/widget/
AbsSeekBar.java 265 // Canvas will be translated by the padding, so 0,0 is where we start drawing
272 // Canvas will be translated by the padding, so 0,0 is where we start drawing
307 // Canvas will be translated, so 0,0 is where we start drawing
FrameLayout.java 63 @ViewDebug.ExportedProperty(category = "drawing")
81 @ViewDebug.ExportedProperty(category = "drawing")
85 @ViewDebug.ExportedProperty(category = "drawing")
  /frameworks/base/docs/html/training/custom-views/
making-interactive.jd 6 previous.title=Custom Drawing
7 previous.link=custom-drawing.html
38 <p>Drawing a UI is only one part of creating a custom view. You also need to make your view respond
  /frameworks/base/graphics/java/android/graphics/drawable/
ShapeDrawable.java 246 * values are automatically combined during drawing. Thus if the color's
248 * the combined alpha that will be used during drawing will be 37.5%
460 * to adjust how the Shader is configured for drawing.
  /frameworks/native/services/surfaceflinger/
Layer.cpp 107 // drawing state & current state are identical
160 // called with SurfaceFlinger::mStateLock from the drawing thread after
162 // it's removed from the drawing state list)
441 // drawing...
726 " drawing={ active ={ wh={%4u,%4u} crop={%4d,%4d,%4d,%4d} (%4d,%4d) }\n"
770 // don't let Layer::doTransaction update the drawing state
772 // the drawing state will be updated only once we receive a buffer
    [all...]
  /development/samples/training/InteractiveChart/src/com/example/android/interactivechart/
InteractiveLineGraphView.java 165 // Buffers used during drawing. These are defined as fields to avoid allocation during
294 // Methods and objects related to drawing
305 // Clips the next few drawing operations to the content area
337 // Avoid unnecessary allocations during drawing. Re-use allocated
533 * canvas. This method does not clip its drawing, so users should call {@link Canvas#clipRect
560 // The methods below rotate and translate the canvas as needed before drawing the glow,
    [all...]
  /external/chromium_org/content/child/npapi/
plugin_host.cc 608 // Invalidates specified drawing area prior to repainting or refreshing a
611 // Before a windowless plugin can refresh part of its drawing area, it must
646 // Invalidates a specified drawing region prior to repainting
673 // plug-in drawing occurs, returns HWND
771 // return the drawing model that was negotiated when we initialized.
783 // These drawing and event models are always supported.
    [all...]
webplugin_delegate_impl_gtk.cc 257 // Useful for debugging various rectangles involved in drawing plugins.
320 // call before each GraphicsExpose event, that sets the drawing origin to
409 // In case the drawing area does not start with the plugin window origin,
436 // and thus the drawing buffer.
465 // Now copy the rendered image pixmap back into the drawing buffer.
476 // Drawing rect = red.
  /external/chromium_org/third_party/freetype/include/freetype/
ftimage.h     [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
AccelerometerTestRenderer.java 56 * Storage for the drawing sequence of the vertices. This contains
239 // set up the texture for drawing
  /developers/samples/android/input/multitouch/BasicMultitouch/BasicMultitouchSample/src/main/java/com/example/android/basicmultitouch/
TouchDisplayView.java 311 * Below are only helper methods and variables required for drawing.
380 * 1.0 max to ensure proper drawing. (Reported pressure values can
  /development/samples/browseable/BasicMultitouch/src/com.example.android.basicmultitouch/
TouchDisplayView.java 311 * Below are only helper methods and variables required for drawing.
380 * 1.0 max to ensure proper drawing. (Reported pressure values can
  /external/chromium/chrome/browser/ui/cocoa/
browser_frame_view.mm 119 // Here is our custom drawing for our frame.
236 // drawing it from the top left corner. The offset below was empirically
  /external/chromium-trace/trace-viewer/src/ui/
quad_view.js 162 // The quads are in the world coordinate system. We are drawing
164 // transform drawing ops from world to canvas coordinates.
  /external/chromium_org/cc/resources/
picture_pile_impl.cc 101 // Clearing is about ~4x faster than drawing a rect even if the content
121 // Drawing at most 2 x 2 x (canvas width + canvas height) texels is 2-3X
  /external/chromium_org/content/browser/android/
edge_effect.cc 136 // Prevent the provided layers from drawing until the effect is activated.
335 // will simply prevent any drawing of the layers.
  /external/chromium_org/content/renderer/
skia_benchmarking_extension.cc 252 // Measure the total time by drawing straight into a bitmap-backed canvas.
261 // Gather per-op timing info by drawing into a BenchmarkingCanvas.

Completed in 843 milliseconds

<<21222324252627282930>>