Home
last modified time | relevance | path

Searched refs:drawn (Results 1 – 25 of 63) sorted by relevance

123

/external/qemu/android/skin/
Dcomposer.c284 skin_plate_redraw( SkinPlate* plate, SkinRegion* updated, SkinRegion* drawn, SkinPos* apos, Ski… in skin_plate_redraw() argument
291 if (skin_region_is_empty(updated) && skin_region_is_empty(drawn)) in skin_plate_redraw()
296 skin_region_translate( drawn, pos.y, pos.y ); in skin_plate_redraw()
314 skin_region_intersect(r, drawn); in skin_plate_redraw()
318 skin_region_union(drawn, r); in skin_plate_redraw()
330 … skin_plate_redraw( areflist_get(plate->group.children, n ), updated, drawn, &pos, viewport ); in skin_plate_redraw()
331 if (skin_region_is_empty(updated) && skin_region_is_empty(drawn)) in skin_plate_redraw()
340 skin_region_translate( drawn, -pos.x, -pos.y ); in skin_plate_redraw()
388 SkinRegion drawn[1]; in skin_viewport_redraw() local
392 skin_region_reset(drawn); in skin_viewport_redraw()
[all …]
/external/chromium/chrome/browser/userfeedback/proto/
Dannotations.proto4 // Messages containing data about the annotations drawn on the screenshot of a
16 // An annotation drawn by the user on the screenshot of a web page.
/external/chromium/chrome/browser/ui/cocoa/
Dtheme_install_bubble_view.mm45 // The size of the gray rect that will be drawn.
47 // Forces size calculations of where everything will be drawn.
Dhover_close_button.mm47 // If the user is hovering over the button, a light/dark gray circle is drawn
Dbrowser_frame_view.mm130 // idea to call out to -drawRectOriginal: only if no theme were drawn. In
162 // If the window needs a title and we painted over the title as drawn by the
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
DTileGrid.cpp316 int drawn = 0; in drawGL() local
374 drawn++; in drawGL()
387 this, drawn, m_scale); in drawGL()
/external/chromium/chrome/browser/ui/cocoa/location_bar/
Dkeyword_hint_decoration.mm107 // that any partially-drawn pixels don't look too close (or too
132 // The image should be drawn at a pixel boundary, round the prefix
Dautocomplete_text_field_cell_unittest.mm99 // they are actually drawn, check that |GetWidthForSpace()| doesn't
/external/chromium/chrome/browser/ui/cocoa/infobars/
Dinfobar_gradient_view.mm59 // gradient will be drawn.
/external/webkit/Source/WebCore/platform/graphics/mac/
DWebTiledLayer.mm47 // Make sure that tiles are drawn on the main thread
/external/mesa3d/docs/
DREADME.CYGWIN162 displayed in the top row (drawn by dithering) should nearly match those
163 in the bottom row (drawn as grays).
173 drawn with glDrawPixels.
/external/llvm/docs/HistoricalNotes/
D2001-06-01-GCCOptimizations.txt54 distinction is drawn, but it does not appear that there is a wonderful
/external/qemu/docs/
DANDROID-SKIN-FILES.TXT194 Each highlight image will be drawn on top of the background are for
195 the button. A typical one has 50% opacity. The highlight will be drawn
/external/chromium/chrome/browser/ui/cocoa/find_bar/
Dfind_bar_view.mm82 // drawn. We override hitTest to return nil for points in this transparent
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_bar_toolbar_view.mm74 // whole bookmark bar is when the find bar is drawn over it.
/external/webkit/Source/WebKit/mac/WebView/
DWebClipView.mm38 // because it expects to have to draw outside the bounds of the view it's being drawn for.
/external/chromium/chrome/browser/resources/touch_ntp/
Dnewtab.css214 /* Ensure template items are never drawn when the page initially loads */
/external/quake/quake/src/QW/progs/
Dplats.qc137 Plats are always drawn in the extended position, so they will light correctly.
/external/chromium/chrome/browser/renderer_host/
Daccelerated_plugin_view_mac.mm161 // places where clearColor is *not* drawn. The trick is that drawing nothing
/external/skia/src/animator/
DSkAnimateSchema.xsd207 <!-- @pattern left The first character in the text string is drawn at the text position. -->
211 …<!-- @pattern right The last character in the text string is drawn to the left of the text positio…
251 that has been drawn into with a drawTo element.
334 A reference to an element that can be drawn: @list(Drawable)
505 itself can be drawn solid, or can be invisible.
1138 Blur describes an image filter in the paint that blurs the drawn geometry.
1165 Bounds describes a bounding box that is not drawn. Bounds is used to specify a rectangle to
1166 invalidate or record whether the specified area was drawn.
1178 <!-- @attribute inval If set to true, union the drawn bounds to compute an inval area. -->
1614 when drawn. -->
[all …]
/external/webkit/Source/WebKit/mac/Misc/
DWebKitNSStringExtras.mm79 // If you change this, be sure to test all the text drawn this way in Safari, including
/external/zlib/doc/
Drfc1951.txt592 consist of sequences of symbols drawn from three conceptually
595 where the length is drawn from (3..258) and the distance is
596 drawn from (1..32,768). In fact, the literal and length
/external/webkit/Source/WebCore/platform/mac/
DDragImageMac.mm184 // If you change this, be sure to test all the text drawn this way in Safari, including
/external/webkit/Source/WebKit/mac/Carbon/
DHIWebView.mm347 // FIXME: We need to do layout before Carbon has decided what region needs drawn.
349 …// can be drawn in one pass. Doing a layout here will cause new regions to be invalidated, but they
350 … // will not all be drawn in this pass since we already have a fixed rect we are going to display.
/external/webkit/Tools/DumpRenderTree/mac/
DPixelDumpSupportMac.mm242 …uboptimal: data is read from window backing store, converted to RGB8 then drawn again into an RGBA…

123