OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rendering
(Results
1901 - 1925
of
3185
) sorted by null
<<
71
72
73
74
75
76
77
78
79
80
>>
/packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/
BlockingGLTextureView.java
35
* A TextureView that supports blocking
rendering
for synchronous drawing
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
EmlMessageViewFragment.java
55
* of the
rendering
work.
/packages/inputmethods/LatinIME/java/res/xml/
rowkeys_nepali_traditional1.xml
90
<!-- Because the font
rendering
system prior to API version 16 can't automatically
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ListViewTypeMenu.java
25
import com.android.ide.common.
rendering
.api.Capability;
/external/chromium_org/chrome/common/extensions/api/
webview_tag.json
452
"description": "Fired when the process
rendering
the guest web content has exited.<p>The following example code will show a farewell message whenever the guest page crashes:</p><pre>webview.addEventListener('exit', function(e) {\r if (e.reason === 'crash') {\r webview.src = 'data:text/plain,Goodbye, world!';\r }\r});</pre>",
617
"description": "Fired when the process
rendering
the guest web content has become responsive again after being unresponsive.<p>The following example code will fade the <code>webview</code> element in or out as it becomes responsive or unresponsive:</p><pre>webview.style.webkitTransition = 'opacity 250ms';\rwebview.addEventListener('unresponsive', function() {\r webview.style.opacity = '0.5';\r});\rwebview.addEventListener('responsive', function() {\r webview.style.opacity = '1';\r});</pre>",
656
"description": "Fired when the process
rendering
the guest web content has become unresponsive. This event will be generated once with a matching responsive event if the guest begins to respond again.",
/external/chromium_org/chrome/common/extensions/docs/server2/
api_data_source.py
118
#
Rendering
the intro list is really expensive and there's no point doing it
204
# for
rendering
, and disable_refs=True implies we're not
rendering
.
/external/chromium_org/content/child/npapi/
webplugin_delegate_impl_mac.mm
210
// Ask the plug-in for the CALayer it created for
rendering
content.
256
// calls SetWindow.
Rendering
breaks if SetWindow is called before
257
// accelerated
rendering
is enabled.
/external/chromium_org/native_client_sdk/src/doc/devguide/devcycle/
debugging.rst
42
memory footprint. You can also see the
rendering
rate displayed as frames per
44
any process, but the
rendering
itself is always done in the top level
45
application process, so look for the
rendering
rate there.
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/tests/
MANIFEST.json
6
desc: "Rotating the individual pixels of a cube. No
rendering
done.",
78
desc: "Renders a scene using raytracing (no
rendering
done).",
102
desc: "
Rendering
a scene using raytracing techniques. No visual output.",
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXObject.cpp
37
#include "core/
rendering
/RenderListItem.h"
38
#include "core/
rendering
/RenderTheme.h"
39
#include "core/
rendering
/RenderView.h"
/external/chromium_org/third_party/WebKit/Source/core/css/
MediaQueryEvaluator.cpp
48
#include "core/
rendering
/RenderLayerCompositor.h"
49
#include "core/
rendering
/RenderView.h"
50
#include "core/
rendering
/style/RenderStyle.h"
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
FontBuilder.cpp
32
#include "core/
rendering
/RenderTheme.h"
33
#include "core/
rendering
/RenderView.h"
124
// Make sure the
rendering
mode and printer font settings are updated.
/external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineIterator.h
26
#include "core/
rendering
/BidiRun.h"
27
#include "core/
rendering
/RenderBlockFlow.h"
28
#include "core/
rendering
/RenderText.h"
RenderBox.h
26
#include "core/
rendering
/RenderBoxModelObject.h"
27
#include "core/
rendering
/RenderOverflow.h"
28
#include "core/
rendering
/shapes/ShapeOutsideInfo.h"
[
all
...]
/external/chromium_org/third_party/angle/extensions/
ANGLE_framebuffer_blit.txt
97
framebuffer is the destination for
rendering
operations, and the
195
"The default framebuffer for
rendering
and readback operations is
222
READ_FRAMEBUFFER_ANGLE, it becomes the target for
rendering
or
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_common.c
370
/* If we weren't front-buffer
rendering
before but we are now, make sure
618
* front buffer
rendering
once we get there.
713
/* If we try to flush empty buffer there is too big
rendering
operation. */
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_fbo.c
142
* different sample counts for multisampled
rendering
, the actual
443
/* new surface for
rendering
into the texture */
528
/* If the encoding is sRGB and sRGB
rendering
cannot be enabled,
/external/chromium_org/third_party/mesa/src/src/mesa/tnl_dd/
t_dd_dmatmp.h
32
* to fixed-size dma buffers. Useful for
rendering
strips and other
593
/* Adjust for
rendering
as triangles:
1118
/* Adjust for
rendering
as triangles:
t_dd_dmatmp2.h
32
* to fixed-size dma buffers. Useful for
rendering
strips and other
488
/* Adjust for
rendering
as triangles:
886
/* Adjust for
rendering
as triangles:
/external/chromium_org/ui/gfx/
canvas.h
59
//
rendering
text from a resource that uses the prefix character for
86
// Instructs DrawStringInt() to not use subpixel
rendering
. This is useful
87
// when
rendering
text onto a fully- or partially-transparent background
render_text.h
154
// for
rendering
and translation between logical and visual data.
219
// TODO(ckocagil): Multiline text
rendering
is currently only supported on
645
// The local display area for
rendering
the text.
/external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_common.c
370
/* If we weren't front-buffer
rendering
before but we are now, make sure
618
* front buffer
rendering
once we get there.
713
/* If we try to flush empty buffer there is too big
rendering
operation. */
/external/mesa3d/src/mesa/state_tracker/
st_cb_fbo.c
142
* different sample counts for multisampled
rendering
, the actual
443
/* new surface for
rendering
into the texture */
528
/* If the encoding is sRGB and sRGB
rendering
cannot be enabled,
/external/mesa3d/src/mesa/tnl_dd/
t_dd_dmatmp.h
32
* to fixed-size dma buffers. Useful for
rendering
strips and other
593
/* Adjust for
rendering
as triangles:
1118
/* Adjust for
rendering
as triangles:
t_dd_dmatmp2.h
32
* to fixed-size dma buffers. Useful for
rendering
strips and other
488
/* Adjust for
rendering
as triangles:
886
/* Adjust for
rendering
as triangles:
Completed in 1673 milliseconds
<<
71
72
73
74
75
76
77
78
79
80
>>