/external/webkit/Source/WebCore/platform/graphics/win/ |
D | WebTiledLayer.h | 37 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;
|
D | WebTiledLayer.cpp | 64 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()
|
D | SimpleFontDataCGWin.cpp | 148 CGSize advance; in platformWidthForGlyph()
|
/external/clang/test/CodeGenObjC/ |
D | super-dotsyntax-struct-property.m | 14 struct CGSize { struct 18 typedef struct CGSize CGSize; typedef 23 CGSize size;
|
/external/webkit/Source/WebCore/platform/graphics/ca/win/ |
D | PlatformCALayerWinInternal.h | 71 CGSize constrainedSize(const CGSize&) const; 80 CGSize m_tileSize; 81 CGSize m_constrainedSize;
|
D | PlatformCALayerWinInternal.cpp | 341 CGSize PlatformCALayerWinInternal::constrainedSize(const CGSize& size) const in constrainedSize() 346 CGSize constrainedSize = size; in constrainedSize()
|
/external/clang/test/Analysis/ |
D | default-analyze.m | 32 struct CGSize { struct 36 typedef struct CGSize CGSize; typedef 40 CGSize size; 45 typedef CGSize NSSize;
|
D | retain-release-inline.m | 143 struct CGSize { struct 145 typedef struct CGSize CGSize; typedef 209 - (CGLayerRef)createCGLayerWithSize:(CGSize)size info:(CFDictionaryRef)d; argument
|
D | retain-release.mm | 163 struct CGSize { struct 165 typedef struct CGSize CGSize; typedef 229 - (CGLayerRef)createCGLayerWithSize:(CGSize)size info:(CFDictionaryRef)d; argument
|
D | retain-release-gc-only.m | 139 struct CGSize { struct 141 typedef struct CGSize CGSize; typedef 205 - (CGLayerRef)createCGLayerWithSize:(CGSize)size info:(CFDictionaryRef)d; argument
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | FloatSize.h | 35 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;
|
D | IntSize.h | 30 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;
|
D | GlyphBuffer.h | 62 typedef CGSize GlyphBufferAdvance; 157 CGSize advance = { width, 0 };
|
/external/webkit/Source/WebCore/platform/graphics/cg/ |
D | FloatSizeCG.cpp | 36 FloatSize::FloatSize(const CGSize& s) : m_width(s.width), m_height(s.height) in FloatSize() 40 FloatSize::operator CGSize() const in operator CGSize()
|
D | IntSizeCG.cpp | 35 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/ |
D | ComplexTextController.h | 97 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;
|
D | FontMac.mm | 81 …SimpleFontData* font, CGContextRef context, const CGGlyph* glyphs, const CGSize* advances, size_t … 104 Vector<CGSize, 256> translations(count); 112 … CGSize translation = CGSizeApplyAffineTransform(translations[i], translationsTransform); 131 CGSize advance = CGSizeApplyAffineTransform(advances[i - 1], matrix);
|
D | ComplexTextControllerCoreText.cpp | 37 void CTRunGetAdvances(CTRunRef run, CFRange range, CGSize buffer[]); 38 const CGSize* CTRunGetAdvancesPtr(CTRunRef run);
|
D | ComplexTextController.cpp | 375 CGSize adjustedAdvance = m_adjustedAdvances[k]; in advance() 425 const CGSize* advances = complexTextRun.advances(); in adjustGlyphsAndAdvances() 455 …CGSize advance = treatAsSpace ? CGSizeMake(fontData->spaceWidth(), advances[i].height) : advances[… in adjustGlyphsAndAdvances()
|
/external/webkit/WebKitLibraries/win/include/WebKitSystemInterface/ |
D | WebKitSystemInterface.h | 32 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/ |
D | WebCoreSystemInterface.h | 116 …etGlyphTransformedAdvances)(CGFontRef, NSFont*, CGAffineTransform*, ATSGlyphRef*, CGSize* advance); 130 extern void (*wkMeasureMediaUIPart)(int part, int themeStyle, CGRect *bounds, CGSize *naturalSize);
|
D | WebCoreSystemInterface.mm | 43 BOOL (*wkGetGlyphTransformedAdvances)(CGFontRef, NSFont*, CGAffineTransform*, ATSGlyphRef*, CGSize*… 48 void (*wkMeasureMediaUIPart)(int part, int themeStyle, CGRect *bounds, CGSize *naturalSize);
|
/external/webkit/Source/WebKit/mac/WebView/ |
D | WebHTMLViewPrivate.h | 139 - (BOOL)_beginScreenPaginationModeWithPageSize:(CGSize)pageSize shrinkToFit:(BOOL)shrinkToFit;
|
/external/webkit/Source/WebCore/platform/graphics/wx/ |
D | SimpleFontDataWx.cpp | 153 CGSize advance; in platformWidthForGlyph()
|
/external/webkit/WebKitLibraries/ |
D | WebKitSystemInterface.h | 138 …TransformedAdvances(CGFontRef, NSFont*, CGAffineTransform *m, ATSGlyphRef *glyph, CGSize *advance); 291 void WKMeasureMediaUIPart(int part, int themeStyle, CGRect *bounds, CGSize *naturalSize);
|