Home
last modified time | relevance | path

Searched refs:CGSize (Results 1 – 25 of 40) sorted by relevance

12

/external/webkit/Source/WebCore/platform/graphics/win/
DWebTiledLayer.h37 static PassRefPtr<WebTiledLayer> create(const CGSize& tileSize, GraphicsLayer* owner);
45 WebTiledLayer(const CGSize& tileSize, GraphicsLayer* owner);
67 CGSize constrainedSize(const CGSize& size) const;
76 CGSize m_tileSize;
77 CGSize m_constrainedSize;
DWebTiledLayer.cpp64 PassRefPtr<WebTiledLayer> WebTiledLayer::create(const CGSize& tileSize, GraphicsLayer* owner) in create()
70 WebTiledLayer::WebTiledLayer(const CGSize& tileSize, GraphicsLayer* owner) in WebTiledLayer()
161 CGSize WebTiledLayer::constrainedSize(const CGSize& size) const in constrainedSize()
166 CGSize constrainedSize = size; in constrainedSize()
DSimpleFontDataCGWin.cpp148 CGSize advance; in platformWidthForGlyph()
/external/clang/test/CodeGenObjC/
Dsuper-dotsyntax-struct-property.m14 struct CGSize { struct
18 typedef struct CGSize CGSize; typedef
23 CGSize size;
/external/webkit/Source/WebCore/platform/graphics/ca/win/
DPlatformCALayerWinInternal.h71 CGSize constrainedSize(const CGSize&) const;
80 CGSize m_tileSize;
81 CGSize m_constrainedSize;
DPlatformCALayerWinInternal.cpp341 CGSize PlatformCALayerWinInternal::constrainedSize(const CGSize& size) const in constrainedSize()
346 CGSize constrainedSize = size; in constrainedSize()
/external/clang/test/Analysis/
Ddefault-analyze.m32 struct CGSize { struct
36 typedef struct CGSize CGSize; typedef
40 CGSize size;
45 typedef CGSize NSSize;
Dretain-release-inline.m143 struct CGSize { struct
145 typedef struct CGSize CGSize; typedef
209 - (CGLayerRef)createCGLayerWithSize:(CGSize)size info:(CFDictionaryRef)d; argument
Dretain-release.mm163 struct CGSize { struct
165 typedef struct CGSize CGSize; typedef
229 - (CGLayerRef)createCGLayerWithSize:(CGSize)size info:(CFDictionaryRef)d; argument
Dretain-release-gc-only.m139 struct CGSize { struct
141 typedef struct CGSize CGSize; typedef
205 - (CGLayerRef)createCGLayerWithSize:(CGSize)size info:(CFDictionaryRef)d; argument
/external/webkit/Source/WebCore/platform/graphics/
DFloatSize.h35 typedef struct CGSize CGSize; typedef
40 typedef struct CGSize NSSize;
93 explicit FloatSize(const CGSize&); // don't do this implicitly since it's lossy
94 operator CGSize() const;
DIntSize.h30 typedef struct CGSize CGSize; typedef
35 typedef struct CGSize NSSize;
113 explicit IntSize(const CGSize&); // don't do this implicitly since it's lossy
114 operator CGSize() const;
DGlyphBuffer.h62 typedef CGSize GlyphBufferAdvance;
157 CGSize advance = { width, 0 };
/external/webkit/Source/WebCore/platform/graphics/cg/
DFloatSizeCG.cpp36 FloatSize::FloatSize(const CGSize& s) : m_width(s.width), m_height(s.height) in FloatSize()
40 FloatSize::operator CGSize() const in operator CGSize()
DIntSizeCG.cpp35 IntSize::IntSize(const CGSize& s) : m_width(static_cast<int>(s.width)), m_height(static_cast<int>(s… in IntSize()
39 IntSize::operator CGSize() const in operator CGSize()
/external/webkit/Source/WebCore/platform/graphics/mac/
DComplexTextController.h97 const CGSize* advances() const { return m_advances; } in advances()
135 Vector<CGSize, 64> m_advancesVector;
136 const CGSize* m_advances;
164 Vector<CGSize, 256> m_adjustedAdvances;
DFontMac.mm81 …SimpleFontData* font, CGContextRef context, const CGGlyph* glyphs, const CGSize* advances, size_t …
104 Vector<CGSize, 256> translations(count);
112CGSize translation = CGSizeApplyAffineTransform(translations[i], translationsTransform);
131 CGSize advance = CGSizeApplyAffineTransform(advances[i - 1], matrix);
DComplexTextControllerCoreText.cpp37 void CTRunGetAdvances(CTRunRef run, CFRange range, CGSize buffer[]);
38 const CGSize* CTRunGetAdvancesPtr(CTRunRef run);
DComplexTextController.cpp375 CGSize adjustedAdvance = m_adjustedAdvances[k]; in advance()
425 const CGSize* advances = complexTextRun.advances(); in adjustGlyphsAndAdvances()
455CGSize advance = treatAsSpace ? CGSizeMake(fontData->spaceWidth(), advances[i].height) : advances[… in adjustGlyphsAndAdvances()
/external/webkit/WebKitLibraries/win/include/WebKitSystemInterface/
DWebKitSystemInterface.h32 struct CGSize;
78 …ontRef, const CGAffineTransform&, bool isSystemFont, bool isPrinterFont, CGGlyph, CGSize& advance);
231 void WKMeasureMediaUIPart(int part, int themeStyle, CGRect *bounds, CGSize *naturalSize);
/external/webkit/Source/WebCore/platform/mac/
DWebCoreSystemInterface.h116 …etGlyphTransformedAdvances)(CGFontRef, NSFont*, CGAffineTransform*, ATSGlyphRef*, CGSize* advance);
130 extern void (*wkMeasureMediaUIPart)(int part, int themeStyle, CGRect *bounds, CGSize *naturalSize);
DWebCoreSystemInterface.mm43 BOOL (*wkGetGlyphTransformedAdvances)(CGFontRef, NSFont*, CGAffineTransform*, ATSGlyphRef*, CGSize*…
48 void (*wkMeasureMediaUIPart)(int part, int themeStyle, CGRect *bounds, CGSize *naturalSize);
/external/webkit/Source/WebKit/mac/WebView/
DWebHTMLViewPrivate.h139 - (BOOL)_beginScreenPaginationModeWithPageSize:(CGSize)pageSize shrinkToFit:(BOOL)shrinkToFit;
/external/webkit/Source/WebCore/platform/graphics/wx/
DSimpleFontDataWx.cpp153 CGSize advance; in platformWidthForGlyph()
/external/webkit/WebKitLibraries/
DWebKitSystemInterface.h138 …TransformedAdvances(CGFontRef, NSFont*, CGAffineTransform *m, ATSGlyphRef *glyph, CGSize *advance);
291 void WKMeasureMediaUIPart(int part, int themeStyle, CGRect *bounds, CGSize *naturalSize);

12