Searched refs:GFX_EXPORT (Results 1 - 25 of 116) sorted by relevance

12345

/external/chromium_org/ui/gfx/
H A Dswitches.h12 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[];
H A Dgfx_export.h12 #define GFX_EXPORT __declspec(dllexport) macro
14 #define GFX_EXPORT __declspec(dllimport) macro
19 #define GFX_EXPORT __attribute__((visibility("default"))) macro
21 #define GFX_EXPORT macro
26 #define GFX_EXPORT macro
H A Dfavicon_size.h13 GFX_EXPORT extern const int kFaviconSize;
18 GFX_EXPORT void CalculateFaviconTargetSize(int* width, int* height);
H A Dscrollbar_size.h15 GFX_EXPORT int scrollbar_size();
H A Dpath_win.h19 GFX_EXPORT HRGN CreateHRGNFromSkRegion(const SkRegion& path);
23 GFX_EXPORT HRGN CreateHRGNFromSkPath(const SkPath& path);
H A Dpath_x11.h19 GFX_EXPORT REGION* CreateRegionFromSkRegion(const SkRegion& region);
23 GFX_EXPORT REGION* CreateRegionFromSkPath(const SkPath& path);
H A Dgfx_paths.h25 GFX_EXPORT void RegisterPathProvider();
H A Dcolor_utils.h23 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);
87 GFX_EXPORT SkColo
[all...]
H A Dskia_util.h29 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,
67 GFX_EXPORT ski
[all...]
H A Dsys_color_change_listener.h18 GFX_EXPORT bool IsInvertedColorScheme();
21 class GFX_EXPORT SysColorChangeListener {
31 class GFX_EXPORT ScopedSysColorChangeListener {
H A Dtext_utils.h20 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,
H A Dutf16_indexing.h15 GFX_EXPORT bool IsValidCodePointIndex(const base::string16& s, size_t index);
40 GFX_EXPORT ptrdiff_t UTF16IndexToOffset(const base::string16& s,
43 GFX_EXPORT size_t UTF16OffsetToIndex(const base::string16& s,
H A Dgdi_util.h18 GFX_EXPORT void CreateBitmapHeader(int width, int height,
29 GFX_EXPORT void CreateBitmapV4Header(int width, int height,
36 GFX_EXPORT void SubtractRectanglesFromRegion(
40 GFX_EXPORT HRGN ConvertPathToHRGN(const gfx::Path& path);
43 GFX_EXPORT double CalculatePageScale(HDC dc, int page_width, int page_height);
46 GFX_EXPORT bool ScaleDC(HDC dc, double scale_factor);
48 GFX_EXPORT void StretchDIBits(HDC hdc,
H A Dcolor_analysis.h30 class GFX_EXPORT KMeanImageSampler {
40 class GFX_EXPORT GridSampler : public KMeanImageSampler {
54 GFX_EXPORT SkColor FindClosestColor(const uint8_t* image, int width, int height,
90 GFX_EXPORT SkColor
97 GFX_EXPORT SkColor CalculateKMeanColorOfPNG(
102 GFX_EXPORT SkColor CalculateKMeanColorOfBitmap(const SkBitmap& bitmap,
108 GFX_EXPORT SkColor CalculateKMeanColorOfBitmap(const SkBitmap& bitmap);
111 GFX_EXPORT gfx::Matrix3F ComputeColorCovariance(const SkBitmap& bitmap);
119 GFX_EXPORT bool ApplyColorReduction(const SkBitmap& source_bitmap,
130 GFX_EXPORT boo
[all...]
/external/chromium_org/ui/gfx/win/
H A Ddpi.h20 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);
45 GFX_EXPORT Poin
[all...]
H A Dhwnd_util.h19 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);
50 GFX_EXPORT HWN
[all...]
/external/chromium_org/ui/gfx/geometry/
H A Drect_conversions.h14 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);
H A Dpoint_conversions.h14 GFX_EXPORT Point ToFlooredPoint(const PointF& point);
17 GFX_EXPORT Point ToCeiledPoint(const PointF& point);
20 GFX_EXPORT Point ToRoundedPoint(const PointF& point);
H A Dsize_conversions.h14 GFX_EXPORT Size ToFlooredSize(const SizeF& size);
17 GFX_EXPORT Size ToCeiledSize(const SizeF& size);
20 GFX_EXPORT Size ToRoundedSize(const SizeF& size);
H A Dvector2d_conversions.h14 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/x/
H A Dx11_connection.h14 GFX_EXPORT bool InitializeThreadedX11();
H A Dx11_switches.h13 GFX_EXPORT extern const char kX11Display[];
H A Dx11_types.h22 GFX_EXPORT XDisplay* GetXDisplay();
25 GFX_EXPORT XDisplay* OpenNewXDisplay();
28 GFX_EXPORT int BitsPerPixelForPixmapDepth(XDisplay* display, int depth);
34 GFX_EXPORT void PutARGBImage(XDisplay* display,
44 GFX_EXPORT void PutARGBImage(XDisplay* display,
/external/chromium_org/ui/gfx/image/
H A Dimage_skia_util_ios.h21 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(
H A Dimage_util.h22 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 480 milliseconds

12345