GFX_EXPORT         18 ui/gfx/android/device_display_info.h class GFX_EXPORT DeviceDisplayInfo {
GFX_EXPORT         16 ui/gfx/android/gfx_jni_registrar.h GFX_EXPORT bool RegisterJni(JNIEnv* env);
GFX_EXPORT         28 ui/gfx/android/java_bitmap.h class GFX_EXPORT JavaBitmap {
GFX_EXPORT         55 ui/gfx/android/java_bitmap.h GFX_EXPORT base::android::ScopedJavaLocalRef<jobject> CreateJavaBitmap(
GFX_EXPORT         64 ui/gfx/android/java_bitmap.h GFX_EXPORT base::android::ScopedJavaLocalRef<jobject>
GFX_EXPORT         70 ui/gfx/android/java_bitmap.h GFX_EXPORT base::android::ScopedJavaLocalRef<jobject> ConvertToJavaBitmap(
GFX_EXPORT         75 ui/gfx/android/java_bitmap.h GFX_EXPORT SkBitmap CreateSkBitmapFromJavaBitmap(const JavaBitmap& jbitmap);
GFX_EXPORT         78 ui/gfx/android/java_bitmap.h GFX_EXPORT SkBitmap::Config ConvertToSkiaConfig(jobject bitmap_config);
GFX_EXPORT         16 ui/gfx/android/scroller.h class GFX_EXPORT Scroller {
GFX_EXPORT         16 ui/gfx/android/view_configuration.h class GFX_EXPORT ViewConfiguration {
GFX_EXPORT         28 ui/gfx/animation/animation.h class GFX_EXPORT Animation : public AnimationContainerElement {
GFX_EXPORT         28 ui/gfx/animation/animation_container.h class GFX_EXPORT AnimationContainer
GFX_EXPORT         15 ui/gfx/animation/animation_container_element.h class GFX_EXPORT AnimationContainerElement {
GFX_EXPORT         16 ui/gfx/animation/animation_container_observer.h class GFX_EXPORT AnimationContainerObserver {
GFX_EXPORT         18 ui/gfx/animation/animation_delegate.h class GFX_EXPORT AnimationDelegate {
GFX_EXPORT         17 ui/gfx/animation/linear_animation.h class GFX_EXPORT LinearAnimation : public Animation {
GFX_EXPORT         19 ui/gfx/animation/multi_animation.h class GFX_EXPORT MultiAnimation : public Animation {
GFX_EXPORT         47 ui/gfx/animation/slide_animation.h class GFX_EXPORT SlideAnimation : public LinearAnimation {
GFX_EXPORT         19 ui/gfx/animation/throb_animation.h class GFX_EXPORT ThrobAnimation : public SlideAnimation {
GFX_EXPORT         16 ui/gfx/animation/tween.h class GFX_EXPORT Tween {
GFX_EXPORT         20 ui/gfx/blit.h  GFX_EXPORT void BlitContextToContext(NativeDrawingContext dst_context,
GFX_EXPORT         26 ui/gfx/blit.h  GFX_EXPORT void BlitContextToCanvas(SkCanvas *dst_canvas,
GFX_EXPORT         32 ui/gfx/blit.h  GFX_EXPORT void BlitCanvasToContext(NativeDrawingContext dst_context,
GFX_EXPORT         38 ui/gfx/blit.h  GFX_EXPORT void BlitCanvasToCanvas(SkCanvas *dst_canvas,
GFX_EXPORT         46 ui/gfx/blit.h  GFX_EXPORT void ScrollCanvas(SkCanvas* canvas,
GFX_EXPORT         40 ui/gfx/canvas.h class GFX_EXPORT Canvas {
GFX_EXPORT         20 ui/gfx/canvas_paint.h   GFX_EXPORT static CanvasPaint* CreateCanvasPaint(gfx::NativeView view);
GFX_EXPORT         20 ui/gfx/canvas_paint_gtk.h class GFX_EXPORT CanvasSkiaPaint : public Canvas {
GFX_EXPORT         64 ui/gfx/canvas_paint_gtk.h class GFX_EXPORT CanvasSkiaPaintCairo : public Canvas {
GFX_EXPORT         20 ui/gfx/canvas_paint_mac.h class GFX_EXPORT CanvasSkiaPaint : public Canvas {
GFX_EXPORT         36 ui/gfx/canvas_paint_win.h class GFX_EXPORT CanvasSkiaPaint : public Canvas {
GFX_EXPORT         21 ui/gfx/codec/jpeg_codec.h class GFX_EXPORT JPEGCodec {
GFX_EXPORT         26 ui/gfx/codec/png_codec.h class GFX_EXPORT PNGCodec {
GFX_EXPORT         48 ui/gfx/codec/png_codec.h   struct GFX_EXPORT Comment {
GFX_EXPORT         28 ui/gfx/color_analysis.h class GFX_EXPORT KMeanImageSampler {
GFX_EXPORT         38 ui/gfx/color_analysis.h class GFX_EXPORT GridSampler : public KMeanImageSampler {
GFX_EXPORT         52 ui/gfx/color_analysis.h GFX_EXPORT SkColor FindClosestColor(const uint8_t* image, int width, int height,
GFX_EXPORT         92 ui/gfx/color_analysis.h GFX_EXPORT SkColor CalculateKMeanColorOfPNG(
GFX_EXPORT        100 ui/gfx/color_analysis.h GFX_EXPORT SkColor CalculateKMeanColorOfBitmap(const SkBitmap& bitmap);
GFX_EXPORT        103 ui/gfx/color_analysis.h GFX_EXPORT gfx::Matrix3F ComputeColorCovariance(const SkBitmap& bitmap);
GFX_EXPORT        111 ui/gfx/color_analysis.h GFX_EXPORT bool ApplyColorReduction(const SkBitmap& source_bitmap,
GFX_EXPORT        122 ui/gfx/color_analysis.h GFX_EXPORT bool ComputePrincipalComponentImage(const SkBitmap& source_bitmap,
GFX_EXPORT         19 ui/gfx/color_profile.h class GFX_EXPORT ColorProfile {
GFX_EXPORT         35 ui/gfx/color_profile.h GFX_EXPORT void GetColorProfile(std::vector<char>* profile);
GFX_EXPORT         23 ui/gfx/color_utils.h GFX_EXPORT unsigned char GetLuminanceForColor(SkColor color);
GFX_EXPORT         26 ui/gfx/color_utils.h GFX_EXPORT double RelativeLuminance(SkColor color);
GFX_EXPORT         29 ui/gfx/color_utils.h GFX_EXPORT void SkColorToHSL(SkColor c, HSL* hsl);
GFX_EXPORT         30 ui/gfx/color_utils.h GFX_EXPORT SkColor HSLToSkColor(const HSL& hsl, SkAlpha alpha);
GFX_EXPORT         46 ui/gfx/color_utils.h GFX_EXPORT SkColor HSLShift(SkColor color, const HSL& shift);
GFX_EXPORT         50 ui/gfx/color_utils.h GFX_EXPORT void BuildLumaHistogram(const SkBitmap& bitmap, int histogram[256]);
GFX_EXPORT         56 ui/gfx/color_utils.h GFX_EXPORT SkColor AlphaBlend(SkColor foreground, SkColor background,
GFX_EXPORT         62 ui/gfx/color_utils.h GFX_EXPORT SkColor BlendTowardOppositeLuminance(SkColor color, SkAlpha alpha);
GFX_EXPORT         73 ui/gfx/color_utils.h GFX_EXPORT SkColor GetReadableColor(SkColor foreground, SkColor background);
GFX_EXPORT         76 ui/gfx/color_utils.h GFX_EXPORT SkColor InvertColor(SkColor color);
GFX_EXPORT         79 ui/gfx/color_utils.h GFX_EXPORT SkColor GetSysSkColor(int which);
GFX_EXPORT         23 ui/gfx/display.h class GFX_EXPORT Display {
GFX_EXPORT         16 ui/gfx/display_observer.h class GFX_EXPORT DisplayObserver {
GFX_EXPORT         13 ui/gfx/favicon_size.h GFX_EXPORT extern const int kFaviconSize;
GFX_EXPORT         18 ui/gfx/favicon_size.h GFX_EXPORT void CalculateFaviconTargetSize(int* width, int* height);
GFX_EXPORT         30 ui/gfx/font.h  class GFX_EXPORT Font {
GFX_EXPORT         23 ui/gfx/font_fallback_win.h void GFX_EXPORT ParseFontLinkEntry(const std::string& entry,
GFX_EXPORT         29 ui/gfx/font_fallback_win.h void GFX_EXPORT ParseFontFamilyString(const std::string& family,
GFX_EXPORT         36 ui/gfx/font_fallback_win.h class GFX_EXPORT LinkedFontsIterator {
GFX_EXPORT         31 ui/gfx/font_list.h class GFX_EXPORT FontList {
GFX_EXPORT         13 ui/gfx/font_render_params_linux.h struct GFX_EXPORT FontRenderParams {
GFX_EXPORT         57 ui/gfx/font_render_params_linux.h GFX_EXPORT const FontRenderParams& GetDefaultFontRenderParams();
GFX_EXPORT         60 ui/gfx/font_render_params_linux.h GFX_EXPORT const FontRenderParams& GetDefaultWebKitFontRenderParams();
GFX_EXPORT         66 ui/gfx/font_render_params_linux.h GFX_EXPORT bool GetDefaultWebkitSubpixelPositioning();
GFX_EXPORT         18 ui/gfx/gdi_util.h GFX_EXPORT void CreateBitmapHeader(int width, int height,
GFX_EXPORT         29 ui/gfx/gdi_util.h GFX_EXPORT void CreateBitmapV4Header(int width, int height,
GFX_EXPORT         36 ui/gfx/gdi_util.h GFX_EXPORT void SubtractRectanglesFromRegion(
GFX_EXPORT         40 ui/gfx/gdi_util.h GFX_EXPORT HRGN ConvertPathToHRGN(const gfx::Path& path);
GFX_EXPORT         43 ui/gfx/gdi_util.h GFX_EXPORT double CalculatePageScale(HDC dc, int page_width, int page_height);
GFX_EXPORT         46 ui/gfx/gdi_util.h GFX_EXPORT bool ScaleDC(HDC dc, double scale_factor);
GFX_EXPORT         48 ui/gfx/gdi_util.h GFX_EXPORT void StretchDIBits(HDC hdc,
GFX_EXPORT         15 ui/gfx/geometry/box_f.h class GFX_EXPORT BoxF {
GFX_EXPORT        122 ui/gfx/geometry/box_f.h GFX_EXPORT BoxF UnionBoxes(const BoxF& a, const BoxF& b);
GFX_EXPORT         13 ui/gfx/geometry/cubic_bezier.h class GFX_EXPORT CubicBezier {
GFX_EXPORT         22 ui/gfx/geometry/insets.h class GFX_EXPORT Insets : public InsetsBase<Insets, int> {
GFX_EXPORT         15 ui/gfx/geometry/insets_base.h class GFX_EXPORT InsetsBase {
GFX_EXPORT         17 ui/gfx/geometry/insets_f.h class GFX_EXPORT InsetsF : public InsetsBase<InsetsF, float> {
GFX_EXPORT         13 ui/gfx/geometry/matrix3_f.h class GFX_EXPORT Matrix3F {
GFX_EXPORT         25 ui/gfx/geometry/point.h class GFX_EXPORT Point : public PointBase<Point, int, Vector2d> {
GFX_EXPORT         17 ui/gfx/geometry/point3_f.h class GFX_EXPORT Point3F {
GFX_EXPORT         93 ui/gfx/geometry/point3_f.h GFX_EXPORT Point3F operator+(const Point3F& lhs, const Vector3dF& rhs);
GFX_EXPORT         97 ui/gfx/geometry/point3_f.h GFX_EXPORT Point3F operator-(const Point3F& lhs, const Vector3dF& rhs);
GFX_EXPORT        101 ui/gfx/geometry/point3_f.h GFX_EXPORT Vector3dF operator-(const Point3F& lhs, const Point3F& rhs);
GFX_EXPORT         18 ui/gfx/geometry/point_base.h class GFX_EXPORT PointBase {
GFX_EXPORT         14 ui/gfx/geometry/point_conversions.h GFX_EXPORT Point ToFlooredPoint(const PointF& point);
GFX_EXPORT         17 ui/gfx/geometry/point_conversions.h GFX_EXPORT Point ToCeiledPoint(const PointF& point);
GFX_EXPORT         20 ui/gfx/geometry/point_conversions.h GFX_EXPORT Point ToRoundedPoint(const PointF& point);
GFX_EXPORT         17 ui/gfx/geometry/point_f.h class GFX_EXPORT PointF : public PointBase<PointF, float, Vector2dF> {
GFX_EXPORT         63 ui/gfx/geometry/point_f.h GFX_EXPORT PointF ScalePoint(const PointF& p, float x_scale, float y_scale);
GFX_EXPORT         20 ui/gfx/geometry/quad_f.h class GFX_EXPORT QuadF {
GFX_EXPORT        102 ui/gfx/geometry/quad_f.h GFX_EXPORT QuadF operator+(const QuadF& lhs, const Vector2dF& rhs);
GFX_EXPORT        105 ui/gfx/geometry/quad_f.h GFX_EXPORT QuadF operator-(const QuadF& lhs, const Vector2dF& rhs);
GFX_EXPORT         38 ui/gfx/geometry/rect.h class GFX_EXPORT Rect
GFX_EXPORT         92 ui/gfx/geometry/rect.h GFX_EXPORT Rect operator+(const Rect& lhs, const Vector2d& rhs);
GFX_EXPORT         93 ui/gfx/geometry/rect.h GFX_EXPORT Rect operator-(const Rect& lhs, const Vector2d& rhs);
GFX_EXPORT         99 ui/gfx/geometry/rect.h GFX_EXPORT Rect IntersectRects(const Rect& a, const Rect& b);
GFX_EXPORT        100 ui/gfx/geometry/rect.h GFX_EXPORT Rect UnionRects(const Rect& a, const Rect& b);
GFX_EXPORT        101 ui/gfx/geometry/rect.h GFX_EXPORT Rect SubtractRects(const Rect& a, const Rect& b);
GFX_EXPORT        109 ui/gfx/geometry/rect.h GFX_EXPORT Rect BoundingRect(const Point& p1, const Point& p2);
GFX_EXPORT         27 ui/gfx/geometry/rect_base.h class GFX_EXPORT RectBase {
GFX_EXPORT         14 ui/gfx/geometry/rect_conversions.h GFX_EXPORT Rect ToEnclosingRect(const RectF& rect);
GFX_EXPORT         17 ui/gfx/geometry/rect_conversions.h GFX_EXPORT Rect ToEnclosedRect(const RectF& rect);
GFX_EXPORT         23 ui/gfx/geometry/rect_conversions.h GFX_EXPORT Rect ToNearestRect(const RectF& rect);
GFX_EXPORT         27 ui/gfx/geometry/rect_conversions.h GFX_EXPORT bool IsNearestRectWithinDistance(
GFX_EXPORT         32 ui/gfx/geometry/rect_conversions.h GFX_EXPORT Rect ToFlooredRectDeprecated(const RectF& rect);
GFX_EXPORT         20 ui/gfx/geometry/rect_f.h class GFX_EXPORT RectF
GFX_EXPORT         86 ui/gfx/geometry/rect_f.h GFX_EXPORT RectF IntersectRects(const RectF& a, const RectF& b);
GFX_EXPORT         87 ui/gfx/geometry/rect_f.h GFX_EXPORT RectF UnionRects(const RectF& a, const RectF& b);
GFX_EXPORT         88 ui/gfx/geometry/rect_f.h GFX_EXPORT RectF SubtractRects(const RectF& a, const RectF& b);
GFX_EXPORT        105 ui/gfx/geometry/rect_f.h GFX_EXPORT RectF BoundingRect(const PointF& p1, const PointF& p2);
GFX_EXPORT         26 ui/gfx/geometry/size.h class GFX_EXPORT Size : public SizeBase<Size, int> {
GFX_EXPORT         14 ui/gfx/geometry/size_base.h class GFX_EXPORT SizeBase {
GFX_EXPORT         14 ui/gfx/geometry/size_conversions.h GFX_EXPORT Size ToFlooredSize(const SizeF& size);
GFX_EXPORT         17 ui/gfx/geometry/size_conversions.h GFX_EXPORT Size ToCeiledSize(const SizeF& size);
GFX_EXPORT         20 ui/gfx/geometry/size_conversions.h GFX_EXPORT Size ToRoundedSize(const SizeF& size);
GFX_EXPORT         17 ui/gfx/geometry/size_f.h class GFX_EXPORT SizeF : public SizeBase<SizeF, float> {
GFX_EXPORT         42 ui/gfx/geometry/size_f.h GFX_EXPORT SizeF ScaleSize(const SizeF& p, float x_scale, float y_scale);
GFX_EXPORT         21 ui/gfx/geometry/vector2d.h class GFX_EXPORT Vector2d {
GFX_EXPORT         14 ui/gfx/geometry/vector2d_conversions.h GFX_EXPORT Vector2d ToFlooredVector2d(const Vector2dF& vector2d);
GFX_EXPORT         17 ui/gfx/geometry/vector2d_conversions.h GFX_EXPORT Vector2d ToCeiledVector2d(const Vector2dF& vector2d);
GFX_EXPORT         20 ui/gfx/geometry/vector2d_conversions.h GFX_EXPORT Vector2d ToRoundedVector2d(const Vector2dF& vector2d);
GFX_EXPORT         19 ui/gfx/geometry/vector2d_f.h class GFX_EXPORT Vector2dF {
GFX_EXPORT         94 ui/gfx/geometry/vector2d_f.h GFX_EXPORT double CrossProduct(const Vector2dF& lhs, const Vector2dF& rhs);
GFX_EXPORT         97 ui/gfx/geometry/vector2d_f.h GFX_EXPORT double DotProduct(const Vector2dF& lhs, const Vector2dF& rhs);
GFX_EXPORT        101 ui/gfx/geometry/vector2d_f.h GFX_EXPORT Vector2dF ScaleVector2d(const Vector2dF& v,
GFX_EXPORT         20 ui/gfx/geometry/vector3d_f.h class GFX_EXPORT Vector3dF {
GFX_EXPORT        108 ui/gfx/geometry/vector3d_f.h GFX_EXPORT float DotProduct(const Vector3dF& lhs, const Vector3dF& rhs);
GFX_EXPORT        112 ui/gfx/geometry/vector3d_f.h GFX_EXPORT Vector3dF ScaleVector3d(const Vector3dF& v,
GFX_EXPORT         25 ui/gfx/gfx_paths.h GFX_EXPORT void RegisterPathProvider();
GFX_EXPORT         66 ui/gfx/gpu_memory_buffer.h class GFX_EXPORT GpuMemoryBuffer {
GFX_EXPORT         34 ui/gfx/gtk_native_view_id_manager.h class GFX_EXPORT GtkNativeViewManager {
GFX_EXPORT         49 ui/gfx/gtk_preserve_window.h GFX_EXPORT GType gtk_preserve_window_get_type() G_GNUC_CONST;
GFX_EXPORT         50 ui/gfx/gtk_preserve_window.h GFX_EXPORT GtkWidget* gtk_preserve_window_new();
GFX_EXPORT         54 ui/gfx/gtk_preserve_window.h GFX_EXPORT gboolean gtk_preserve_window_get_preserve(GtkPreserveWindow* widget);
GFX_EXPORT         55 ui/gfx/gtk_preserve_window.h GFX_EXPORT void gtk_preserve_window_set_preserve(GtkPreserveWindow* widget,
GFX_EXPORT         61 ui/gfx/gtk_preserve_window.h GFX_EXPORT void gtk_preserve_window_delegate_resize(GtkPreserveWindow* widget,
GFX_EXPORT         67 ui/gfx/gtk_preserve_window.h GFX_EXPORT void gtk_preserve_window_set_accessible_factory(
GFX_EXPORT         30 ui/gfx/gtk_util.h GFX_EXPORT void GtkInitFromCommandLine(const base::CommandLine& command_line);
GFX_EXPORT         31 ui/gfx/gtk_util.h GFX_EXPORT void GdkInitFromCommandLine(const base::CommandLine& command_line);
GFX_EXPORT         36 ui/gfx/gtk_util.h GFX_EXPORT GdkPixbuf* GdkPixbufFromSkBitmap(const SkBitmap& bitmap);
GFX_EXPORT         39 ui/gfx/gtk_util.h GFX_EXPORT void SubtractRectanglesFromRegion(GdkRegion* region,
GFX_EXPORT         44 ui/gfx/gtk_util.h GFX_EXPORT GdkCursor* GetCursor(int type);
GFX_EXPORT         47 ui/gfx/gtk_util.h GFX_EXPORT void InitRCStyles();
GFX_EXPORT         51 ui/gfx/gtk_util.h GFX_EXPORT base::TimeDelta GetCursorBlinkCycle();
GFX_EXPORT         60 ui/gfx/icon_util.h class GFX_EXPORT IconUtil {
GFX_EXPORT         30 ui/gfx/image/cairo_cached_surface.h class GFX_EXPORT CairoCachedSurface {
GFX_EXPORT         22 ui/gfx/image/canvas_image_source.h class GFX_EXPORT CanvasImageSource : public gfx::ImageSkiaSource {
GFX_EXPORT         56 ui/gfx/image/image.h class GFX_EXPORT Image {
GFX_EXPORT         28 ui/gfx/image/image_family.h class GFX_EXPORT ImageFamily {
GFX_EXPORT         44 ui/gfx/image/image_family.h   class GFX_EXPORT const_iterator :
GFX_EXPORT         16 ui/gfx/image/image_png_rep.h struct GFX_EXPORT ImagePNGRep {
GFX_EXPORT         37 ui/gfx/image/image_skia.h class GFX_EXPORT ImageSkia {
GFX_EXPORT         20 ui/gfx/image/image_skia_operations.h class GFX_EXPORT ImageSkiaOperations {
GFX_EXPORT         15 ui/gfx/image/image_skia_rep.h class GFX_EXPORT ImageSkiaRep {
GFX_EXPORT         16 ui/gfx/image/image_skia_source.h class GFX_EXPORT ImageSkiaSource {
GFX_EXPORT         21 ui/gfx/image/image_skia_util_ios.h GFX_EXPORT gfx::ImageSkia ImageSkiaFromUIImage(UIImage* image);
GFX_EXPORT         26 ui/gfx/image/image_skia_util_ios.h GFX_EXPORT gfx::ImageSkiaRep ImageSkiaRepOfScaleFromUIImage(
GFX_EXPORT         33 ui/gfx/image/image_skia_util_ios.h GFX_EXPORT UIImage* UIImageFromImageSkia(const gfx::ImageSkia& image_skia);
GFX_EXPORT         36 ui/gfx/image/image_skia_util_ios.h GFX_EXPORT UIImage* UIImageFromImageSkiaRep(
GFX_EXPORT         28 ui/gfx/image/image_skia_util_mac.h GFX_EXPORT gfx::ImageSkia ImageSkiaFromNSImage(NSImage* image);
GFX_EXPORT         31 ui/gfx/image/image_skia_util_mac.h GFX_EXPORT gfx::ImageSkia ImageSkiaFromResizedNSImage(NSImage* image,
GFX_EXPORT         35 ui/gfx/image/image_skia_util_mac.h GFX_EXPORT NSImage* NSImageFromImageSkia(const gfx::ImageSkia& image_skia);
GFX_EXPORT         38 ui/gfx/image/image_skia_util_mac.h GFX_EXPORT NSImage* NSImageFromImageSkiaWithColorSpace(
GFX_EXPORT         22 ui/gfx/image/image_util.h GFX_EXPORT Image ImageFrom1xJPEGEncodedData(const unsigned char* input,
GFX_EXPORT         31 ui/gfx/image/image_util.h GFX_EXPORT bool JPEG1xEncodedDataFromImage(const Image& image,
GFX_EXPORT         48 ui/gfx/image/image_util.h GFX_EXPORT bool VisibleMargins(const ImageSkia& image,
GFX_EXPORT         28 ui/gfx/interpolated_transform.h class GFX_EXPORT InterpolatedTransform {
GFX_EXPORT         87 ui/gfx/interpolated_transform.h class GFX_EXPORT InterpolatedRotation : public InterpolatedTransform {
GFX_EXPORT        112 ui/gfx/interpolated_transform.h class GFX_EXPORT InterpolatedAxisAngleRotation : public InterpolatedTransform {
GFX_EXPORT        141 ui/gfx/interpolated_transform.h class GFX_EXPORT InterpolatedScale : public InterpolatedTransform {
GFX_EXPORT        164 ui/gfx/interpolated_transform.h class GFX_EXPORT InterpolatedTranslation : public InterpolatedTransform {
GFX_EXPORT        193 ui/gfx/interpolated_transform.h class GFX_EXPORT InterpolatedConstantTransform : public InterpolatedTransform {
GFX_EXPORT        215 ui/gfx/interpolated_transform.h class GFX_EXPORT InterpolatedTransformAboutPivot
GFX_EXPORT        240 ui/gfx/interpolated_transform.h class GFX_EXPORT InterpolatedMatrixTransform : public InterpolatedTransform {
GFX_EXPORT         16 ui/gfx/linux_font_delegate.h class GFX_EXPORT LinuxFontDelegate {
GFX_EXPORT         18 ui/gfx/nine_image_painter.h class GFX_EXPORT NineImagePainter {
GFX_EXPORT         16 ui/gfx/ozone/dri/dri_skbitmap.h class GFX_EXPORT DriSkBitmap : public SkBitmap {
GFX_EXPORT        121 ui/gfx/ozone/dri/dri_surface.h class GFX_EXPORT DriSurface {
GFX_EXPORT         23 ui/gfx/ozone/dri/dri_surface_factory.h class GFX_EXPORT DriSurfaceFactory : public SurfaceFactoryOzone {
GFX_EXPORT         21 ui/gfx/ozone/dri/dri_wrapper.h class GFX_EXPORT DriWrapper {
GFX_EXPORT         80 ui/gfx/ozone/dri/hardware_display_controller.h class GFX_EXPORT HardwareDisplayController {
GFX_EXPORT         18 ui/gfx/ozone/impl/file_surface_factory.h class GFX_EXPORT FileSurfaceFactory : public SurfaceFactoryOzone {
GFX_EXPORT         20 ui/gfx/ozone/overlay_candidates_ozone.h class GFX_EXPORT OverlayCandidatesOzone {
GFX_EXPORT         54 ui/gfx/ozone/surface_factory_ozone.h class GFX_EXPORT SurfaceFactoryOzone {
GFX_EXPORT         30 ui/gfx/ozone/surface_ozone.h class GFX_EXPORT SurfaceOzone {
GFX_EXPORT         24 ui/gfx/ozone/surface_ozone_base.h class GFX_EXPORT SurfaceOzoneBase : public SurfaceOzone {
GFX_EXPORT         15 ui/gfx/path.h  class GFX_EXPORT Path : public SkPath {
GFX_EXPORT         19 ui/gfx/path_win.h GFX_EXPORT HRGN CreateHRGNFromSkRegion(const SkRegion& path);
GFX_EXPORT         23 ui/gfx/path_win.h GFX_EXPORT HRGN CreateHRGNFromSkPath(const SkPath& path);
GFX_EXPORT         20 ui/gfx/path_x11.h GFX_EXPORT REGION* CreateRegionFromSkRegion(const SkRegion& region);
GFX_EXPORT         24 ui/gfx/path_x11.h GFX_EXPORT REGION* CreateRegionFromSkPath(const SkPath& path);
GFX_EXPORT         19 ui/gfx/platform_font.h class GFX_EXPORT PlatformFont : public base::RefCounted<PlatformFont> {
GFX_EXPORT         21 ui/gfx/platform_font_pango.h class GFX_EXPORT PlatformFontPango : public PlatformFont {
GFX_EXPORT         17 ui/gfx/platform_font_win.h class GFX_EXPORT PlatformFontWin : public PlatformFont {
GFX_EXPORT         34 ui/gfx/range/range.h class GFX_EXPORT Range {
GFX_EXPORT        113 ui/gfx/range/range.h GFX_EXPORT std::ostream& operator<<(std::ostream& os, const Range& range);
GFX_EXPORT        185 ui/gfx/render_text.h class GFX_EXPORT RenderText {
GFX_EXPORT         20 ui/gfx/scoped_ns_graphics_context_save_gstate_mac.h class GFX_EXPORT ScopedNSGraphicsContextSaveGState {
GFX_EXPORT         28 ui/gfx/screen.h class GFX_EXPORT Screen {
GFX_EXPORT         12 ui/gfx/screen_type_delegate.h enum GFX_EXPORT ScreenType {
GFX_EXPORT         22 ui/gfx/screen_type_delegate.h class GFX_EXPORT ScreenTypeDelegate {
GFX_EXPORT         14 ui/gfx/screen_win.h class GFX_EXPORT ScreenWin : public gfx::Screen {
GFX_EXPORT         15 ui/gfx/scrollbar_size.h GFX_EXPORT int scrollbar_size();
GFX_EXPORT         59 ui/gfx/selection_model.h class GFX_EXPORT SelectionModel {
GFX_EXPORT         18 ui/gfx/sequential_id_generator.h class GFX_EXPORT SequentialIDGenerator {
GFX_EXPORT         24 ui/gfx/shadow_value.h class GFX_EXPORT ShadowValue {
GFX_EXPORT         20 ui/gfx/skbitmap_operations.h class GFX_EXPORT SkBitmapOperations {
GFX_EXPORT         29 ui/gfx/skia_util.h GFX_EXPORT SkRect RectToSkRect(const Rect& rect);
GFX_EXPORT         30 ui/gfx/skia_util.h GFX_EXPORT SkIRect RectToSkIRect(const Rect& rect);
GFX_EXPORT         31 ui/gfx/skia_util.h GFX_EXPORT Rect SkIRectToRect(const SkIRect& rect);
GFX_EXPORT         32 ui/gfx/skia_util.h GFX_EXPORT SkRect RectFToSkRect(const RectF& rect);
GFX_EXPORT         33 ui/gfx/skia_util.h GFX_EXPORT RectF SkRectToRectF(const SkRect& rect);
GFX_EXPORT         35 ui/gfx/skia_util.h GFX_EXPORT void TransformToFlattenedSkMatrix(const gfx::Transform& transform,
GFX_EXPORT         45 ui/gfx/skia_util.h GFX_EXPORT skia::RefPtr<SkShader> CreateImageRepShader(
GFX_EXPORT         52 ui/gfx/skia_util.h GFX_EXPORT skia::RefPtr<SkShader> CreateGradientShader(int start_point,
GFX_EXPORT         60 ui/gfx/skia_util.h GFX_EXPORT skia::RefPtr<SkDrawLooper> CreateShadowDrawLooper(
GFX_EXPORT         64 ui/gfx/skia_util.h GFX_EXPORT bool BitmapsAreEqual(const SkBitmap& bitmap1,
GFX_EXPORT         68 ui/gfx/skia_util.h GFX_EXPORT void ConvertSkiaToRGBA(const unsigned char* skia,
GFX_EXPORT         16 ui/gfx/skia_utils_gtk.h GFX_EXPORT SkColor GdkColorToSkColor(GdkColor color);
GFX_EXPORT         19 ui/gfx/skia_utils_gtk.h GFX_EXPORT GdkColor SkColorToGdkColor(SkColor color);
GFX_EXPORT         12 ui/gfx/switches.h GFX_EXPORT extern const char kEnableBrowserTextSubpixelPositioning[];
GFX_EXPORT         13 ui/gfx/switches.h GFX_EXPORT extern const char kEnableWebkitTextSubpixelPositioning[];
GFX_EXPORT         14 ui/gfx/switches.h GFX_EXPORT extern const char kForceDeviceScaleFactor[];
GFX_EXPORT         15 ui/gfx/switches.h GFX_EXPORT extern const char kHighDPISupport[];
GFX_EXPORT         18 ui/gfx/sys_color_change_listener.h GFX_EXPORT bool IsInvertedColorScheme();
GFX_EXPORT         21 ui/gfx/sys_color_change_listener.h class GFX_EXPORT SysColorChangeListener {
GFX_EXPORT         31 ui/gfx/sys_color_change_listener.h class GFX_EXPORT ScopedSysColorChangeListener {
GFX_EXPORT         28 ui/gfx/text_elider.h GFX_EXPORT extern const char kEllipsis[];
GFX_EXPORT         29 ui/gfx/text_elider.h GFX_EXPORT extern const base::char16 kEllipsisUTF16[];
GFX_EXPORT         30 ui/gfx/text_elider.h GFX_EXPORT extern const base::char16 kForwardSlash;
GFX_EXPORT         77 ui/gfx/text_elider.h GFX_EXPORT base::string16 ElideEmail(const base::string16& email,
GFX_EXPORT         96 ui/gfx/text_elider.h GFX_EXPORT base::string16 ElideText(const base::string16& text,
GFX_EXPORT        107 ui/gfx/text_elider.h GFX_EXPORT base::string16 ElideFilename(const base::FilePath& filename,
GFX_EXPORT        124 ui/gfx/text_elider.h GFX_EXPORT bool ElideString(const base::string16& input, int max_len,
GFX_EXPORT        136 ui/gfx/text_elider.h GFX_EXPORT bool ElideRectangleString(const base::string16& input,
GFX_EXPORT        178 ui/gfx/text_elider.h GFX_EXPORT int ElideRectangleText(const base::string16& text,
GFX_EXPORT        190 ui/gfx/text_elider.h GFX_EXPORT base::string16 TruncateString(const base::string16& string,
GFX_EXPORT         20 ui/gfx/text_utils.h GFX_EXPORT base::string16 RemoveAcceleratorChar(const base::string16& s,
GFX_EXPORT         27 ui/gfx/text_utils.h GFX_EXPORT int GetStringWidth(const base::string16& text,
GFX_EXPORT         31 ui/gfx/text_utils.h GFX_EXPORT float GetStringWidthF(const base::string16& text,
GFX_EXPORT         25 ui/gfx/transform.h class GFX_EXPORT Transform {
GFX_EXPORT         17 ui/gfx/transform_util.h GFX_EXPORT Transform GetScaleTransform(const Point& anchor, float scale);
GFX_EXPORT         21 ui/gfx/transform_util.h struct GFX_EXPORT DecomposedTransform {
GFX_EXPORT         41 ui/gfx/transform_util.h GFX_EXPORT bool BlendDecomposedTransforms(DecomposedTransform* out,
GFX_EXPORT         49 ui/gfx/transform_util.h GFX_EXPORT bool DecomposeTransform(DecomposedTransform* out,
GFX_EXPORT         55 ui/gfx/transform_util.h GFX_EXPORT Transform ComposeTransform(const DecomposedTransform& decomp);
GFX_EXPORT         57 ui/gfx/transform_util.h GFX_EXPORT bool SnapTransform(Transform* out,
GFX_EXPORT         15 ui/gfx/utf16_indexing.h GFX_EXPORT bool IsValidCodePointIndex(const base::string16& s, size_t index);
GFX_EXPORT         40 ui/gfx/utf16_indexing.h GFX_EXPORT ptrdiff_t UTF16IndexToOffset(const base::string16& s,
GFX_EXPORT         43 ui/gfx/utf16_indexing.h GFX_EXPORT size_t UTF16OffsetToIndex(const base::string16& s,
GFX_EXPORT         14 ui/gfx/vsync_provider.h class GFX_EXPORT VSyncProvider {
GFX_EXPORT         20 ui/gfx/win/dpi.h GFX_EXPORT void InitDeviceScaleFactor(float scale);
GFX_EXPORT         22 ui/gfx/win/dpi.h GFX_EXPORT Size GetDPI();
GFX_EXPORT         27 ui/gfx/win/dpi.h GFX_EXPORT float GetDPIScale();
GFX_EXPORT         31 ui/gfx/win/dpi.h GFX_EXPORT float GetModernUIScale();
GFX_EXPORT         34 ui/gfx/win/dpi.h GFX_EXPORT bool IsHighDPIEnabled();
GFX_EXPORT         36 ui/gfx/win/dpi.h GFX_EXPORT bool IsInHighDPIMode();
GFX_EXPORT         38 ui/gfx/win/dpi.h GFX_EXPORT void EnableHighDPISupport();
GFX_EXPORT         40 ui/gfx/win/dpi.h GFX_EXPORT void ForceHighDPISupportForTesting(float scale);
GFX_EXPORT         46 ui/gfx/win/dpi.h GFX_EXPORT float GetDeviceScaleFactor();
GFX_EXPORT         48 ui/gfx/win/dpi.h GFX_EXPORT Point ScreenToDIPPoint(const Point& pixel_point);
GFX_EXPORT         50 ui/gfx/win/dpi.h GFX_EXPORT Point DIPToScreenPoint(const Point& dip_point);
GFX_EXPORT         52 ui/gfx/win/dpi.h GFX_EXPORT Rect ScreenToDIPRect(const Rect& pixel_bounds);
GFX_EXPORT         54 ui/gfx/win/dpi.h GFX_EXPORT Rect DIPToScreenRect(const Rect& dip_bounds);
GFX_EXPORT         56 ui/gfx/win/dpi.h GFX_EXPORT Size ScreenToDIPSize(const Size& size_in_pixels);
GFX_EXPORT         58 ui/gfx/win/dpi.h GFX_EXPORT Size DIPToScreenSize(const Size& dip_size);
GFX_EXPORT         62 ui/gfx/win/dpi.h GFX_EXPORT int GetSystemMetricsInDIP(int metric);
GFX_EXPORT         70 ui/gfx/win/dpi.h GFX_EXPORT double GetUndocumentedDPIScale();
GFX_EXPORT         75 ui/gfx/win/dpi.h GFX_EXPORT double GetUndocumentedDPITouchScale();
GFX_EXPORT         19 ui/gfx/win/hwnd_util.h GFX_EXPORT base::string16 GetClassName(HWND hwnd);
GFX_EXPORT         22 ui/gfx/win/hwnd_util.h GFX_EXPORT WNDPROC SetWindowProc(HWND hwnd, WNDPROC wndproc);
GFX_EXPORT         26 ui/gfx/win/hwnd_util.h GFX_EXPORT void* SetWindowUserData(HWND hwnd, void* user_data);
GFX_EXPORT         27 ui/gfx/win/hwnd_util.h GFX_EXPORT void* GetWindowUserData(HWND hwnd);
GFX_EXPORT         31 ui/gfx/win/hwnd_util.h GFX_EXPORT bool DoesWindowBelongToActiveWindow(HWND window);
GFX_EXPORT         35 ui/gfx/win/hwnd_util.h GFX_EXPORT void CenterAndSizeWindow(HWND parent,
GFX_EXPORT         41 ui/gfx/win/hwnd_util.h GFX_EXPORT void CheckWindowCreated(HWND hwnd);
GFX_EXPORT         44 ui/gfx/win/hwnd_util.h GFX_EXPORT void ShowSystemMenu(HWND window);
GFX_EXPORT         45 ui/gfx/win/hwnd_util.h GFX_EXPORT void ShowSystemMenuAtPoint(HWND window, const gfx::Point& point);
GFX_EXPORT         50 ui/gfx/win/hwnd_util.h GFX_EXPORT HWND GetWindowToParentTo(bool get_real_hwnd);
GFX_EXPORT         22 ui/gfx/win/singleton_hwnd.h class GFX_EXPORT SingletonHwnd : public WindowImpl {
GFX_EXPORT         39 ui/gfx/win/window_impl.h class GFX_EXPORT WindowImpl : public MessageMapInterface {
GFX_EXPORT         25 ui/gfx/x/x11_atom_cache.h class GFX_EXPORT X11AtomCache {
GFX_EXPORT         18 ui/gfx/x/x11_error_tracker.h class GFX_EXPORT X11ErrorTracker {
GFX_EXPORT         21 ui/gfx/x/x11_types.h GFX_EXPORT XDisplay* GetXDisplay();
GFX_EXPORT         24 ui/gfx/x/x11_types.h GFX_EXPORT int BitsPerPixelForPixmapDepth(XDisplay* display, int depth);
GFX_EXPORT         30 ui/gfx/x/x11_types.h GFX_EXPORT void PutARGBImage(XDisplay* display,
GFX_EXPORT         40 ui/gfx/x/x11_types.h GFX_EXPORT void PutARGBImage(XDisplay* display,