HomeSort by relevance Sort by last modified time
    Searched full:rendering (Results 201 - 225 of 3185) sorted by null

1 2 3 4 5 6 7 891011>>

  /packages/inputmethods/LatinIME/java/res/xml/
key_nepali_traditional_period.xml 21 <!-- The code point U+25CC for key label is needed because the font rendering system prior to
37 <!-- Because the font rendering system prior to API version 16 can't automatically
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderScrollbarPart.cpp 27 #include "core/rendering/RenderScrollbarPart.h"
29 #include "core/rendering/LayoutRectRecorder.h"
30 #include "core/rendering/PaintInfo.h"
31 #include "core/rendering/RenderScrollbar.h"
32 #include "core/rendering/RenderScrollbarTheme.h"
33 #include "core/rendering/RenderView.h"
EllipsisBox.cpp 21 #include "core/rendering/EllipsisBox.h"
23 #include "core/rendering/HitTestResult.h"
24 #include "core/rendering/InlineTextBox.h"
25 #include "core/rendering/PaintInfo.h"
26 #include "core/rendering/RenderBlockFlow.h"
27 #include "core/rendering/RootInlineBox.h"
28 #include "core/rendering/style/ShadowList.h"
RenderTableRow.cpp 26 #include "core/rendering/RenderTableRow.h"
31 #include "core/rendering/GraphicsContextAnnotator.h"
32 #include "core/rendering/HitTestResult.h"
33 #include "core/rendering/LayoutRectRecorder.h"
34 #include "core/rendering/PaintInfo.h"
35 #include "core/rendering/RenderTableCell.h"
36 #include "core/rendering/RenderView.h"
37 #include "core/rendering/SubtreeLayoutScope.h"
38 #include "core/rendering/style/StyleInheritedData.h"
RenderVTTCue.cpp 27 #include "core/rendering/RenderVTTCue.h"
30 #include "core/rendering/LayoutRectRecorder.h"
31 #include "core/rendering/RenderView.h"
107 // height / width of the video's rendering area ...
161 // box in boxes is now above the top of the video's rendering area,
163 // boxes is now below the bottom of the video's rendering area, jump
171 // rendering area, or if step is positive and the right edge of the
173 // the video's rendering area, jump to the step labeled switch direction.
232 // in output and all the boxes in output are within the video's rendering area
  /external/chromium_org/third_party/WebKit/Source/web/
FindInPageCoordinates.cpp 37 #include "core/rendering/RenderBlock.h"
38 #include "core/rendering/RenderBox.h"
39 #include "core/rendering/RenderObject.h"
40 #include "core/rendering/RenderPart.h"
41 #include "core/rendering/RenderView.h"
42 #include "core/rendering/style/RenderStyle.h"
  /external/chromium_org/ui/events/
latency_info.h 36 // This is special component indicating there is rendering scheduled for
42 // is taken when the rendering results actually reach the screen.
47 // cause any rendering scheduled.
50 // cause any rendering schedueld and does not generate any gesture event.
53 // cause any rendering schedueld.
55 // Timestamp when the frame is swapped (i.e. when the rendering caused by
  /frameworks/base/libs/hwui/
Snapshot.h 36 * A snapshot holds information about the current state of the rendering
39 * it can hold information for deferred rendering.
152 * Target FBO used for rendering. Set to 0 when rendering directly
176 * Height of the framebuffer the snapshot is rendering into.
222 * has translucent rendering in a non-overlapping View. This value will be used by
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
BridgeRenderSession.java 19 import com.android.ide.common.rendering.api.IAnimationListener;
20 import com.android.ide.common.rendering.api.ILayoutPullParser;
21 import com.android.ide.common.rendering.api.RenderParams;
22 import com.android.ide.common.rendering.api.RenderSession;
23 import com.android.ide.common.rendering.api.Result;
24 import com.android.ide.common.rendering.api.ViewInfo;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
DeviceMenuListener.java 19 import static com.android.ide.common.rendering.HardwareConfigHelper.MANUFACTURER_GENERIC;
20 import static com.android.ide.common.rendering.HardwareConfigHelper.getGenericLabel;
21 import static com.android.ide.common.rendering.HardwareConfigHelper.getNexusLabel;
22 import static com.android.ide.common.rendering.HardwareConfigHelper.isGeneric;
23 import static com.android.ide.common.rendering.HardwareConfigHelper.isNexus;
24 import static com.android.ide.common.rendering.HardwareConfigHelper.sortNexusList;
  /sdk/emulator/opengl/
README 26 system/renderControl_enc -> encoder for rendering control commands
34 EGL/GLES commands into desktop GL 2.0 ones, and rendering to an off-screen
39 host/libs/renderControl_dec -> decoder for rendering control commands
46 host/libs/libOpenglRender -> rendering library (uses all host libs above)
63 tests/emulator_test_renderer -> a small program to run the rendering library
76 tests/ut_renderer -> unit-test for render control and rendering library.
  /prebuilts/devtools/tools/lib/
sdk-common.jar 
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGRenderTreeAsText.cpp 31 #include "core/rendering/svg/SVGRenderTreeAsText.h"
34 #include "core/rendering/InlineTextBox.h"
35 #include "core/rendering/RenderTreeAsText.h"
36 #include "core/rendering/svg/RenderSVGGradientStop.h"
37 #include "core/rendering/svg/RenderSVGImage.h"
38 #include "core/rendering/svg/RenderSVGInlineText.h"
39 #include "core/rendering/svg/RenderSVGResourceClipper.h"
40 #include "core/rendering/svg/RenderSVGResourceFilter.h"
41 #include "core/rendering/svg/RenderSVGResourceLinearGradient.h"
42 #include "core/rendering/svg/RenderSVGResourceMarker.h
    [all...]
RenderSVGText.cpp 29 #include "core/rendering/svg/RenderSVGText.h"
31 #include "core/rendering/HitTestRequest.h"
32 #include "core/rendering/HitTestResult.h"
33 #include "core/rendering/LayoutRectRecorder.h"
34 #include "core/rendering/LayoutRepainter.h"
35 #include "core/rendering/PointerEventsHitRules.h"
36 #include "core/rendering/style/ShadowList.h"
37 #include "core/rendering/svg/RenderSVGInlineText.h"
38 #include "core/rendering/svg/RenderSVGResource.h"
39 #include "core/rendering/svg/RenderSVGRoot.h
    [all...]
SVGResourcesCycleSolver.cpp 21 #include "core/rendering/svg/SVGResourcesCycleSolver.h"
26 #include "core/rendering/svg/RenderSVGResourceClipper.h"
27 #include "core/rendering/svg/RenderSVGResourceFilter.h"
28 #include "core/rendering/svg/RenderSVGResourceMarker.h"
29 #include "core/rendering/svg/RenderSVGResourceMasker.h"
30 #include "core/rendering/svg/SVGResources.h"
31 #include "core/rendering/svg/SVGResourcesCache.h"
RenderSVGRoot.cpp 26 #include "core/rendering/svg/RenderSVGRoot.h"
29 #include "core/rendering/HitTestResult.h"
30 #include "core/rendering/LayoutRectRecorder.h"
31 #include "core/rendering/LayoutRepainter.h"
32 #include "core/rendering/RenderPart.h"
33 #include "core/rendering/RenderView.h"
34 #include "core/rendering/svg/RenderSVGResourceContainer.h"
35 #include "core/rendering/svg/SVGRenderingContext.h"
36 #include "core/rendering/svg/SVGResources.h"
37 #include "core/rendering/svg/SVGResourcesCache.h
    [all...]
SVGRenderSupport.cpp 27 #include "core/rendering/svg/SVGRenderSupport.h"
29 #include "core/rendering/RenderGeometryMap.h"
30 #include "core/rendering/RenderLayer.h"
31 #include "core/rendering/SubtreeLayoutScope.h"
32 #include "core/rendering/svg/RenderSVGInlineText.h"
33 #include "core/rendering/svg/RenderSVGResourceClipper.h"
34 #include "core/rendering/svg/RenderSVGResourceFilter.h"
35 #include "core/rendering/svg/RenderSVGResourceMasker.h"
36 #include "core/rendering/svg/RenderSVGRoot.h"
37 #include "core/rendering/svg/RenderSVGText.h
    [all...]
  /external/chromium_org/third_party/WebKit/
WATCHLISTS 26 '|Source/core/rendering/.*Bidi',
93 'filepath': 'Source/core/svg|Source/core/rendering/svg',
101 'rendering': {
102 'filepath': 'Source/core/rendering'
107 '|Source/core/rendering/RenderLayer'
132 '|Source/core/rendering/RenderMedia' \
166 'filepath': 'Source/core/rendering/.*(Region|FlowThread)' \
276 'rendering': [ 'eae+blinkwatch@chromium.org', 'jchaffraix+rendering@chromium.org', 'leviw+renderwatch@chromium.org', 'zoltan@webkit.org', 'bemjb+rendering@chromium.org' ]
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
StyleRareInheritedData.cpp 23 #include "core/rendering/style/StyleRareInheritedData.h"
25 #include "core/rendering/style/CursorList.h"
26 #include "core/rendering/style/QuotesData.h"
27 #include "core/rendering/style/RenderStyle.h"
28 #include "core/rendering/style/RenderStyleConstants.h"
29 #include "core/rendering/style/ShadowList.h"
30 #include "core/rendering/style/StyleImage.h"
  /external/chromium_org/third_party/mesa/src/include/GL/
osmesa.h 27 * Mesa Off-Screen rendering interface.
35 * OSMesaCreateContext - create a new Off-Screen Mesa rendering context
110 * Create an Off-Screen Mesa rendering context. The only attribute needed is
125 * Create an Off-Screen Mesa rendering context and specify desired
138 * Destroy an Off-Screen Mesa rendering context.
165 * Input: ctx - the rendering context
182 * Return the current Off-Screen Mesa rendering context handle.
  /external/mesa3d/include/GL/
osmesa.h 27 * Mesa Off-Screen rendering interface.
35 * OSMesaCreateContext - create a new Off-Screen Mesa rendering context
110 * Create an Off-Screen Mesa rendering context. The only attribute needed is
125 * Create an Off-Screen Mesa rendering context and specify desired
138 * Destroy an Off-Screen Mesa rendering context.
165 * Input: ctx - the rendering context
182 * Return the current Off-Screen Mesa rendering context handle.
  /external/chromium_org/third_party/mesa/src/docs/
faq.html 22 <a href="#part3">3. Runtime / Rendering Problems</a>
70 <li>Software rendering with Mesa serves as a reference for validating the
74 such as testing new rendering techniques.
89 On systems running the X Window System it does all its rendering through
99 the GLX functions and all the rendering code).
103 within the DRI (Direct Rendering Infrastructure):
111 to a rendering module.
157 but it does export the OpenGL API. It allows tiled rendering, sort-last
158 rendering, etc.
224 </li><li>/usr/include/GL/osmesa.h - the Mesa off-screen rendering heade
    [all...]
  /external/mesa3d/docs/
faq.html 22 <a href="#part3">3. Runtime / Rendering Problems</a>
70 <li>Software rendering with Mesa serves as a reference for validating the
74 such as testing new rendering techniques.
89 On systems running the X Window System it does all its rendering through
99 the GLX functions and all the rendering code).
103 within the DRI (Direct Rendering Infrastructure):
111 to a rendering module.
157 but it does export the OpenGL API. It allows tiled rendering, sort-last
158 rendering, etc.
224 </li><li>/usr/include/GL/osmesa.h - the Mesa off-screen rendering heade
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/include/state_tracker/
st_api.h 37 * While both are state tackers, we use the term state tracker for rendering
46 * The supported rendering API of a state tracker.
252 * The valid profiles and versions are rendering API dependent. The latest
326 * only do back buffer rendering.
344 * Represent a rendering context.
436 * Represent a rendering API such as OpenGL or OpenVG.
443 * The name of the rendering API. This is informative.
448 * The supported rendering API.
475 * Create a rendering context.
  /external/mesa3d/src/gallium/include/state_tracker/
st_api.h 37 * While both are state tackers, we use the term state tracker for rendering
46 * The supported rendering API of a state tracker.
252 * The valid profiles and versions are rendering API dependent. The latest
326 * only do back buffer rendering.
344 * Represent a rendering context.
436 * Represent a rendering API such as OpenGL or OpenVG.
443 * The name of the rendering API. This is informative.
448 * The supported rendering API.
475 * Create a rendering context.

Completed in 1724 milliseconds

1 2 3 4 5 6 7 891011>>