Searched refs:COMPOSITOR_EXPORT (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/ui/compositor/
H A Dcompositor_switches.h12 COMPOSITOR_EXPORT extern const char kEnableHardwareOverlays[];
13 COMPOSITOR_EXPORT extern const char kEnablePixelOutputInTests[];
14 COMPOSITOR_EXPORT extern const char kUIDisableThreadedCompositing[];
15 COMPOSITOR_EXPORT extern const char kUIEnableImplSidePainting[];
16 COMPOSITOR_EXPORT extern const char kUIEnableZeroCopy[];
17 COMPOSITOR_EXPORT extern const char kUIShowPaintRects[];
23 COMPOSITOR_EXPORT bool IsUIImplSidePaintingEnabled();
24 COMPOSITOR_EXPORT bool IsUIZeroCopyEnabled();
H A Dcompositor_export.h12 #define COMPOSITOR_EXPORT __declspec(dllexport) macro
14 #define COMPOSITOR_EXPORT __declspec(dllimport) macro
19 #define COMPOSITOR_EXPORT __attribute__((visibility("default"))) macro
21 #define COMPOSITOR_EXPORT macro
26 #define COMPOSITOR_EXPORT macro
H A Ddip_util.h21 COMPOSITOR_EXPORT float GetDeviceScaleFactor(const Layer* layer);
25 COMPOSITOR_EXPORT gfx::Point ConvertPointToDIP(
28 COMPOSITOR_EXPORT gfx::PointF ConvertPointToDIP(
31 COMPOSITOR_EXPORT gfx::Size ConvertSizeToDIP(
34 COMPOSITOR_EXPORT gfx::Rect ConvertRectToDIP(
37 COMPOSITOR_EXPORT gfx::Point ConvertPointToPixel(
40 COMPOSITOR_EXPORT gfx::Size ConvertSizeToPixel(
43 COMPOSITOR_EXPORT gfx::Rect ConvertRectToPixel(
50 COMPOSITOR_EXPORT void SnapLayerToPhysicalPixelBoundary(
H A Dcompositor_animation_observer.h13 class COMPOSITOR_EXPORT CompositorAnimationObserver {
H A Ddebug_utils.h19 COMPOSITOR_EXPORT void PrintLayerHierarchy(const Layer* layer,
H A Dlayer_owner_delegate.h17 class COMPOSITOR_EXPORT LayerOwnerDelegate {
H A Dclosure_animation_observer.h17 class COMPOSITOR_EXPORT ClosureAnimationObserver
H A Dlayer_delegate.h19 class COMPOSITOR_EXPORT LayerDelegate {
H A Dlayer_tree_owner.h16 class COMPOSITOR_EXPORT LayerTreeOwner {
H A Dscoped_animation_duration_scale_mode.h14 class COMPOSITOR_EXPORT ScopedAnimationDurationScaleMode {
H A Dcompositor_observer.h16 class COMPOSITOR_EXPORT CompositorObserver {
H A Dlayer_animator_collection.h23 class COMPOSITOR_EXPORT LayerAnimatorCollection
H A Dlayer_owner.h16 class COMPOSITOR_EXPORT LayerOwner {
H A Dcompositor_vsync_manager.h22 class COMPOSITOR_EXPORT CompositorVSyncManager
H A Dlayer_animation_delegate.h20 class COMPOSITOR_EXPORT LayerAnimationDelegate {
H A Dscoped_layer_animation_settings.h27 class COMPOSITOR_EXPORT ScopedLayerAnimationSettings {
H A Dlayer_animation_observer.h23 class COMPOSITOR_EXPORT LayerAnimationObserver {
81 class COMPOSITOR_EXPORT ImplicitAnimationObserver
H A Dtransform_animation_curve_adapter.h17 class COMPOSITOR_EXPORT TransformAnimationCurveAdapter
49 class COMPOSITOR_EXPORT InverseTransformCurveAdapter
H A Dlayer_animation_element.h28 class COMPOSITOR_EXPORT LayerAnimationElement {
48 struct COMPOSITOR_EXPORT TargetValue {
H A Dlayer_animation_sequence.h36 class COMPOSITOR_EXPORT LayerAnimationSequence
H A Dcompositor.h62 class COMPOSITOR_EXPORT ContextFactory {
109 class COMPOSITOR_EXPORT CompositorLock
130 class COMPOSITOR_EXPORT Compositor
H A Dlayer_animator.h44 class COMPOSITOR_EXPORT LayerAnimator : public base::RefCounted<LayerAnimator> {
H A Dlayer.h65 class COMPOSITOR_EXPORT Layer

Completed in 1208 milliseconds