OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GFX_EXPORT
(Results
1 - 25
of
116
) sorted by null
1
2
3
4
5
/external/chromium_org/ui/gfx/
switches.h
8
#include "ui/gfx/
gfx_export
.h"
12
GFX_EXPORT
extern const char kAllowArbitraryScaleFactorInImageSkia[];
13
GFX_EXPORT
extern const char kDisableArbitraryScaleFactorInImageSkia[];
14
GFX_EXPORT
extern const char kDisableHarfBuzzRenderText[];
15
GFX_EXPORT
extern const char kEnableHarfBuzzRenderText[];
16
GFX_EXPORT
extern const char kEnableWebkitTextSubpixelPositioning[];
17
GFX_EXPORT
extern const char kForceDeviceScaleFactor[];
gfx_export.h
12
#define
GFX_EXPORT
__declspec(dllexport)
14
#define
GFX_EXPORT
__declspec(dllimport)
19
#define
GFX_EXPORT
__attribute__((visibility("default")))
21
#define
GFX_EXPORT
26
#define
GFX_EXPORT
scrollbar_size.h
8
#include "ui/gfx/
gfx_export
.h"
15
GFX_EXPORT
int scrollbar_size();
favicon_size.h
8
#include "ui/gfx/
gfx_export
.h"
13
GFX_EXPORT
extern const int kFaviconSize;
18
GFX_EXPORT
void CalculateFaviconTargetSize(int* width, int* height);
color_utils.h
10
#include "ui/gfx/
gfx_export
.h"
23
GFX_EXPORT
unsigned char GetLuminanceForColor(SkColor color);
26
GFX_EXPORT
double RelativeLuminance(SkColor color);
29
GFX_EXPORT
void SkColorToHSL(SkColor c, HSL* hsl);
30
GFX_EXPORT
SkColor HSLToSkColor(const HSL& hsl, SkAlpha alpha);
42
GFX_EXPORT
bool IsWithinHSLRange(const HSL& hsl,
60
GFX_EXPORT
SkColor HSLShift(SkColor color, const HSL& shift);
64
GFX_EXPORT
void BuildLumaHistogram(const SkBitmap& bitmap, int histogram[256]);
70
GFX_EXPORT
SkColor AlphaBlend(SkColor foreground, SkColor background,
76
GFX_EXPORT
SkColor BlendTowardOppositeLuminance(SkColor color, SkAlpha alpha)
[
all
...]
sys_color_change_listener.h
10
#include "ui/gfx/
gfx_export
.h"
18
GFX_EXPORT
bool IsInvertedColorScheme();
21
class
GFX_EXPORT
SysColorChangeListener {
31
class
GFX_EXPORT
ScopedSysColorChangeListener {
gfx_paths.h
8
#include "ui/gfx/
gfx_export
.h"
25
GFX_EXPORT
void RegisterPathProvider();
transform_util.h
8
#include "ui/gfx/
gfx_export
.h"
17
GFX_EXPORT
Transform GetScaleTransform(const Point& anchor, float scale);
21
struct
GFX_EXPORT
DecomposedTransform {
41
GFX_EXPORT
bool BlendDecomposedTransforms(DecomposedTransform* out,
49
GFX_EXPORT
bool DecomposeTransform(DecomposedTransform* out,
55
GFX_EXPORT
Transform ComposeTransform(const DecomposedTransform& decomp);
57
GFX_EXPORT
bool SnapTransform(Transform* out,
path_win.h
10
#include "ui/gfx/
gfx_export
.h"
19
GFX_EXPORT
HRGN CreateHRGNFromSkRegion(const SkRegion& path);
23
GFX_EXPORT
HRGN CreateHRGNFromSkPath(const SkPath& path);
path_x11.h
8
#include "ui/gfx/
gfx_export
.h"
19
GFX_EXPORT
REGION* CreateRegionFromSkRegion(const SkRegion& region);
23
GFX_EXPORT
REGION* CreateRegionFromSkPath(const SkPath& path);
screen_type_delegate.h
12
enum
GFX_EXPORT
ScreenType {
22
class
GFX_EXPORT
ScreenTypeDelegate {
skia_util.h
15
#include "ui/gfx/
gfx_export
.h"
29
GFX_EXPORT
SkRect RectToSkRect(const Rect& rect);
30
GFX_EXPORT
SkIRect RectToSkIRect(const Rect& rect);
31
GFX_EXPORT
Rect SkIRectToRect(const SkIRect& rect);
32
GFX_EXPORT
SkRect RectFToSkRect(const RectF& rect);
33
GFX_EXPORT
RectF SkRectToRectF(const SkRect& rect);
35
GFX_EXPORT
void TransformToFlattenedSkMatrix(const gfx::Transform& transform,
45
GFX_EXPORT
skia::RefPtr<SkShader> CreateImageRepShader(
51
GFX_EXPORT
skia::RefPtr<SkShader> CreateImageRepShaderForScale(
59
GFX_EXPORT
skia::RefPtr<SkShader> CreateGradientShader(int start_point
[
all
...]
text_utils.h
9
#include "ui/gfx/
gfx_export
.h"
20
GFX_EXPORT
base::string16 RemoveAcceleratorChar(const base::string16& s,
27
GFX_EXPORT
int GetStringWidth(const base::string16& text,
31
GFX_EXPORT
float GetStringWidthF(const base::string16& text,
/external/chromium_org/ui/gfx/win/
dpi.h
8
#include "ui/gfx/
gfx_export
.h"
20
GFX_EXPORT
void InitDeviceScaleFactor(float scale);
22
GFX_EXPORT
Size GetDPI();
26
GFX_EXPORT
float GetDPIScale();
29
GFX_EXPORT
bool IsHighDPIEnabled();
31
GFX_EXPORT
bool IsInHighDPIMode();
33
GFX_EXPORT
void EnableHighDPISupport();
35
GFX_EXPORT
void ForceHighDPISupportForTesting(float scale);
41
GFX_EXPORT
float GetDeviceScaleFactor();
43
GFX_EXPORT
Point ScreenToDIPPoint(const Point& pixel_point)
[
all
...]
hwnd_util.h
11
#include "ui/gfx/
gfx_export
.h"
19
GFX_EXPORT
base::string16 GetClassName(HWND hwnd);
22
GFX_EXPORT
WNDPROC SetWindowProc(HWND hwnd, WNDPROC wndproc);
26
GFX_EXPORT
void* SetWindowUserData(HWND hwnd, void* user_data);
27
GFX_EXPORT
void* GetWindowUserData(HWND hwnd);
31
GFX_EXPORT
bool DoesWindowBelongToActiveWindow(HWND window);
35
GFX_EXPORT
void CenterAndSizeWindow(HWND parent,
41
GFX_EXPORT
void CheckWindowCreated(HWND hwnd);
44
GFX_EXPORT
void ShowSystemMenu(HWND window);
45
GFX_EXPORT
void ShowSystemMenuAtPoint(HWND window, const gfx::Point& point)
[
all
...]
/external/chromium_org/ui/gfx/x/
x11_connection.h
8
#include "ui/gfx/
gfx_export
.h"
14
GFX_EXPORT
bool InitializeThreadedX11();
x11_switches.h
8
#include "ui/gfx/
gfx_export
.h"
13
GFX_EXPORT
extern const char kX11Display[];
/external/chromium_org/ui/gfx/geometry/
rect_conversions.h
14
GFX_EXPORT
Rect ToEnclosingRect(const RectF& rect);
17
GFX_EXPORT
Rect ToEnclosedRect(const RectF& rect);
23
GFX_EXPORT
Rect ToNearestRect(const RectF& rect);
27
GFX_EXPORT
bool IsNearestRectWithinDistance(
32
GFX_EXPORT
Rect ToFlooredRectDeprecated(const RectF& rect);
point_conversions.h
14
GFX_EXPORT
Point ToFlooredPoint(const PointF& point);
17
GFX_EXPORT
Point ToCeiledPoint(const PointF& point);
20
GFX_EXPORT
Point ToRoundedPoint(const PointF& point);
size_conversions.h
14
GFX_EXPORT
Size ToFlooredSize(const SizeF& size);
17
GFX_EXPORT
Size ToCeiledSize(const SizeF& size);
20
GFX_EXPORT
Size ToRoundedSize(const SizeF& size);
vector2d_conversions.h
14
GFX_EXPORT
Vector2d ToFlooredVector2d(const Vector2dF& vector2d);
17
GFX_EXPORT
Vector2d ToCeiledVector2d(const Vector2dF& vector2d);
20
GFX_EXPORT
Vector2d ToRoundedVector2d(const Vector2dF& vector2d);
/external/chromium_org/ui/gfx/mac/
coordinate_conversion.h
10
#include "ui/gfx/
gfx_export
.h"
18
GFX_EXPORT
NSRect ScreenRectToNSRect(const gfx::Rect& rect);
22
GFX_EXPORT
gfx::Rect ScreenRectFromNSRect(const NSRect& point);
/external/chromium_org/ui/gfx/android/
gfx_jni_registrar.h
10
#include "ui/gfx/
gfx_export
.h"
16
GFX_EXPORT
bool RegisterJni(JNIEnv* env);
/external/chromium_org/ui/gfx/image/
image_skia_util_ios.h
8
#include "ui/gfx/
gfx_export
.h"
21
GFX_EXPORT
gfx::ImageSkia ImageSkiaFromUIImage(UIImage* image);
26
GFX_EXPORT
gfx::ImageSkiaRep ImageSkiaRepOfScaleFromUIImage(
33
GFX_EXPORT
UIImage* UIImageFromImageSkia(const gfx::ImageSkia& image_skia);
36
GFX_EXPORT
UIImage* UIImageFromImageSkiaRep(
image_util.h
11
#include "ui/gfx/
gfx_export
.h"
22
GFX_EXPORT
Image ImageFrom1xJPEGEncodedData(const unsigned char* input,
31
GFX_EXPORT
bool JPEG1xEncodedDataFromImage(const Image& image,
48
GFX_EXPORT
bool VisibleMargins(const ImageSkia& image,
Completed in 1214 milliseconds
1
2
3
4
5