HomeSort by relevance Sort by last modified time
    Searched refs:drawn (Results 1 - 20 of 20) sorted by null

  /external/qemu/android/skin/
composer.c 273 * 'drawn' is initially empty, and will be filled with the region of translucent
279 * after that, we make a DSTOVER blit of 'intersection(drawn,region)'
280 * if the plate is not opaque, we add this intersection to 'drawn'
284 skin_plate_redraw( SkinPlate* plate, SkinRegion* updated, SkinRegion* drawn, SkinPos* apos, SkinViewport* viewport )
291 if (skin_region_is_empty(updated) && skin_region_is_empty(drawn))
296 skin_region_translate( drawn, pos.y, pos.y );
312 /* inter(drawn,region) => DSTOVER blit + if non-opaque add it to 'drawn' */
314 skin_region_intersect(r, drawn);
318 skin_region_union(drawn, r)
388 SkinRegion drawn[1]; local
    [all...]
  /development/tools/axl/
chewie.py 142 drawn = [False for x in rng]
145 if not drawn[y]:
146 drawn[y] = True
  /packages/apps/Camera/src/com/android/camera/
CameraScreenNail.java 53 // True if first onFrameAvailable has been called. If screen nail is drawn
375 boolean drawn;
379 drawn = false;
381 drawn = mCaptureAnimManager.drawAnimation(canvas, this, mAnimTexture);
384 drawn = mSwitchAnimManager.drawAnimation(canvas, x, y,
387 if (drawn) {
391 // not drawn.
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
LayoutTestBase.java 107 String drawn = graphics.getDrawn().toString(); local
109 // Check that each graphics fragment is drawn
111 if (!drawn.contains(fragment)) {
112 // Get drawn-output since unit test truncates message in below
115 System.out.println("Full graphics output: " + drawn);
117 assertTrue(fragment + " not found; full=" + drawn, drawn.contains(fragment));
  /frameworks/base/services/input/
SpriteController.h 102 /* Sets the bitmap that is drawn by the sprite.
235 int32_t width, int32_t height, bool drawn, bool visible) {
239 mLocked.state.surfaceDrawn = drawn;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_compositor.c 690 struct u_rect drawn = calc_drawn_area(s, layer); local
692 dirty->x0 >= drawn.x0 &&
693 dirty->y0 >= drawn.y0 &&
694 dirty->x1 <= drawn.x1 &&
695 dirty->y1 <= drawn.y1) {
731 // Remember the currently drawn area as dirty for the next draw command
732 struct u_rect drawn = calc_drawn_area(s, layer); local
733 dirty->x0 = MIN2(drawn.x0, dirty->x0);
734 dirty->y0 = MIN2(drawn.y0, dirty->y0);
735 dirty->x1 = MAX2(drawn.x1, dirty->x1)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_compositor.c 690 struct u_rect drawn = calc_drawn_area(s, layer); local
692 dirty->x0 >= drawn.x0 &&
693 dirty->y0 >= drawn.y0 &&
694 dirty->x1 <= drawn.x1 &&
695 dirty->y1 <= drawn.y1) {
731 // Remember the currently drawn area as dirty for the next draw command
732 struct u_rect drawn = calc_drawn_area(s, layer); local
733 dirty->x0 = MIN2(drawn.x0, dirty->x0);
734 dirty->y0 = MIN2(drawn.y0, dirty->y0);
735 dirty->x1 = MAX2(drawn.x1, dirty->x1)
    [all...]
  /external/chromium_org/content/browser/resources/media/
stats_graph_helper.js 10 // The graphs are drawn as CANVAS, grouped per report type per PeerConnection.
18 // Specifies which stats should be drawn on the 'bweCompound' graph and how.
46 // Specifies which stats should be converted before drawn and how.
  /frameworks/base/core/java/com/android/internal/widget/
PointerLocationView.java 298 boolean drawn = false;
311 drawn = true;
318 if (drawn) {
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
3d-cube.js 307 // line drawn ?
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
3d-cube.js 307 // line drawn ?
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
3d-cube.js 307 // line drawn ?
  /external/chromium_org/chrome/browser/resources/net_internals/
timeline_data_series.js 36 // Whether or not the data series should be drawn.
  /external/skia/
Android.mk 58 # draw-time, at which point we know which SkTypeface is being drawn
  /external/chromium_org/chrome/browser/resources/profiler/
profiler.js     [all...]
  /build/tools/droiddoc/templates-ds/assets/js/
docs.js     [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
docs.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js     [all...]
  /frameworks/base/core/java/android/view/
View.java 440 * siblings drawn in the order they appear in the tree.
572 * how the view is drawn on the display. In particular, the {@link ViewPropertyAnimator} class
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 1751 milliseconds