OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GFX_EXPORT
(Results
26 - 50
of
116
) sorted by null
1
2
3
4
5
/external/chromium_org/ui/gfx/
utf16_indexing.h
9
#include "ui/gfx/
gfx_export
.h"
15
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,
blit.h
8
#include "ui/gfx/
gfx_export
.h"
20
GFX_EXPORT
void BlitContextToContext(NativeDrawingContext dst_context,
26
GFX_EXPORT
void BlitContextToCanvas(SkCanvas *dst_canvas,
32
GFX_EXPORT
void BlitCanvasToContext(NativeDrawingContext dst_context,
38
GFX_EXPORT
void BlitCanvasToCanvas(SkCanvas *dst_canvas,
46
GFX_EXPORT
void ScrollCanvas(SkCanvas* canvas,
gdi_util.h
11
#include "ui/gfx/
gfx_export
.h"
18
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,
color_analysis.h
13
#include "ui/gfx/
gfx_export
.h"
30
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
[
all
...]
scoped_ns_graphics_context_save_gstate_mac.h
9
#include "ui/gfx/
gfx_export
.h"
20
class
GFX_EXPORT
ScopedNSGraphicsContextSaveGState {
font_render_params.h
11
#include "ui/gfx/
gfx_export
.h"
16
struct
GFX_EXPORT
FontRenderParams {
63
struct
GFX_EXPORT
FontRenderParamsQuery {
90
GFX_EXPORT
FontRenderParams GetFontRenderParams(
99
GFX_EXPORT
void ClearFontRenderParamsCacheForTest();
104
GFX_EXPORT
void SetFontRenderParamsDeviceScaleFactor(
text_elider.h
15
#include "ui/gfx/
gfx_export
.h"
27
GFX_EXPORT
extern const char kEllipsis[];
28
GFX_EXPORT
extern const base::char16 kEllipsisUTF16[];
29
GFX_EXPORT
extern const base::char16 kForwardSlash;
67
GFX_EXPORT
base::string16 ElideText(const base::string16& text,
78
GFX_EXPORT
base::string16 ElideFilename(const base::FilePath& filename,
94
GFX_EXPORT
bool ElideString(const base::string16& input, int max_len,
106
GFX_EXPORT
bool ElideRectangleString(const base::string16& input,
148
GFX_EXPORT
int ElideRectangleText(const base::string16& text,
160
GFX_EXPORT
base::string16 TruncateString(const base::string16& string
[
all
...]
canvas_paint.h
8
#include "ui/gfx/
gfx_export
.h"
20
GFX_EXPORT
static CanvasPaint* CreateCanvasPaint(gfx::NativeView view);
linux_font_delegate.h
12
#include "ui/gfx/
gfx_export
.h"
19
class
GFX_EXPORT
LinuxFontDelegate {
vsync_provider.h
10
#include "ui/gfx/
gfx_export
.h"
14
class
GFX_EXPORT
VSyncProvider {
color_profile.cc
11
GFX_EXPORT
bool GetDisplayColorProfile(const gfx::Rect& bounds,
15
GFX_EXPORT
bool GetDisplayColorProfile(const gfx::Rect& bounds,
color_profile.h
11
#include "ui/gfx/
gfx_export
.h"
18
class
GFX_EXPORT
ColorProfile {
41
GFX_EXPORT
bool GetDisplayColorProfile(const gfx::Rect& bounds,
font_fallback_win.h
24
void
GFX_EXPORT
ParseFontLinkEntry(const std::string& entry,
30
void
GFX_EXPORT
ParseFontFamilyString(const std::string& family,
35
class
GFX_EXPORT
LinkedFontsIterator {
display_change_notifier.h
11
#include "ui/gfx/
gfx_export
.h"
20
class
GFX_EXPORT
DisplayChangeNotifier {
display_observer.h
10
#include "ui/gfx/
gfx_export
.h"
18
class
GFX_EXPORT
DisplayObserver {
/external/chromium_org/ui/gfx/x/
x11_types.h
9
#include "ui/gfx/
gfx_export
.h"
22
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,
x11_error_tracker.h
11
#include "ui/gfx/
gfx_export
.h"
18
class
GFX_EXPORT
X11ErrorTracker {
/external/chromium_org/ui/gfx/android/
java_bitmap.h
29
class
GFX_EXPORT
JavaBitmap {
56
GFX_EXPORT
base::android::ScopedJavaLocalRef<jobject> CreateJavaBitmap(
65
GFX_EXPORT
SkBitmap
71
GFX_EXPORT
base::android::ScopedJavaLocalRef<jobject> ConvertToJavaBitmap(
76
GFX_EXPORT
SkBitmap CreateSkBitmapFromJavaBitmap(const JavaBitmap& jbitmap);
79
GFX_EXPORT
SkColorType ConvertToSkiaColorType(jobject jbitmap_config);
view_configuration.h
10
#include "ui/gfx/
gfx_export
.h"
16
class
GFX_EXPORT
ViewConfiguration {
device_display_info.h
12
#include "ui/gfx/
gfx_export
.h"
18
class
GFX_EXPORT
DeviceDisplayInfo {
/external/chromium_org/ui/gfx/animation/
animation_container_observer.h
8
#include "ui/gfx/
gfx_export
.h"
16
class
GFX_EXPORT
AnimationContainerObserver {
animation_container_element.h
9
#include "ui/gfx/
gfx_export
.h"
15
class
GFX_EXPORT
AnimationContainerElement {
animation_delegate.h
8
#include "ui/gfx/
gfx_export
.h"
18
class
GFX_EXPORT
AnimationDelegate {
/external/chromium_org/ui/gfx/image/
image_skia_source.h
10
#include "ui/gfx/
gfx_export
.h"
16
class
GFX_EXPORT
ImageSkiaSource {
image_skia_util_mac.h
10
#include "ui/gfx/
gfx_export
.h"
28
GFX_EXPORT
gfx::ImageSkia ImageSkiaFromNSImage(NSImage* image);
31
GFX_EXPORT
gfx::ImageSkia ImageSkiaFromResizedNSImage(NSImage* image,
35
GFX_EXPORT
NSImage* NSImageFromImageSkia(const gfx::ImageSkia& image_skia);
38
GFX_EXPORT
NSImage* NSImageFromImageSkiaWithColorSpace(
Completed in 432 milliseconds
1
2
3
4
5