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

/external/chromium_org/third_party/WebKit/Source/platform/geometry/cg/
H A DFloatSizeCG.cpp34 FloatSize::FloatSize(const CGSize& s) : m_width(s.width), m_height(s.height)
38 FloatSize::operator CGSize() const
H A DIntSizeCG.cpp33 IntSize::IntSize(const CGSize& s) : m_width(static_cast<int>(s.width)), m_height(static_cast<int>(s.height))
37 IntSize::operator CGSize() const
/external/chromium_org/ui/ios/
H A DNSString+CrStringDrawing.h13 // font on a single line. The width and height of the CGSize returned are
19 - (CGSize)cr_pixelAlignedSizeWithFont:(UIFont*)font;
31 - (CGSize)cr_sizeWithFont:(UIFont*)font;
H A Duikit_util.h22 CGSize AlignSizeToUpperPixel(CGSize size) WARN_UNUSED_RESULT;
/external/chromium_org/ui/gfx/geometry/
H A Dsize.cc18 Size::Size(const CGSize& s)
22 Size& Size::operator=(const CGSize& s) {
37 CGSize Size::ToCGSize() const {
H A Dsize.h32 explicit Size(const CGSize& s);
38 Size& operator=(const CGSize& s);
44 CGSize ToCGSize() const;
/external/chromium_org/skia/ext/
H A Dskia_utils_ios.h25 CGSize size,
H A Dskia_utils_mac.h20 typedef CGSize NSSize;
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/public/
H A DRTCEAGLVideoView.h36 - (void)videoView:(RTCEAGLVideoView*)videoView didChangeVideoSize:(CGSize)size;
H A DRTCNSGLVideoView.h39 - (void)videoView:(RTCNSGLVideoView*)videoView didChangeVideoSize:(CGSize)size;
H A DRTCVideoRenderer.h41 - (void)renderer:(RTCVideoRenderer*)renderer didSetSize:(CGSize)size;
/external/chromium_org/ui/gfx/image/
H A Dimage_skia_util_mac.h13 typedef CGSize NSSize;
/external/chromium_org/third_party/libjingle/source/talk/examples/objc/AppRTCDemo/ios/
H A DAPPRTCViewController.m50 CGSize _localVideoSize;
51 CGSize _remoteVideoSize;
139 didChangeVideoSize:(CGSize)size {
208 CGSize defaultAspectRatio = CGSizeMake(4, 3);
209 CGSize localAspectRatio = CGSizeEqualToSize(_localVideoSize, CGSizeZero) ?
211 CGSize remoteAspectRatio = CGSizeEqualToSize(_remoteVideoSize, CGSizeZero) ?
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
H A DComplexTextController.h96 const CGSize* advances() const { return m_advances; }
117 Vector<CGSize, 64> m_advancesVector;
118 const CGSize* m_advances;
152 Vector<CGSize, 256> m_adjustedAdvances;
H A DComplexTextController.cpp450 CGSize adjustedAdvance = m_adjustedAdvances[k];
506 const CGSize* advances = complexTextRun.advances();
537 CGSize advance = treatAsSpace ? CGSizeMake(spaceWidth, advances[i].height) : advances[i];
H A DSimpleFontDataMac.mm63 bool CGFontGetGlyphAdvancesForStyle(CGFontRef font, CGAffineTransform* transform, CGFontRenderingMode renderingMode, ATSGlyphRef* glyph, size_t count, CGSize* advance);
385 CGSize advance = CGSizeZero;
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DIntSize.h34 typedef struct CGSize CGSize; typedef in typeref:struct:CGSize
118 explicit IntSize(const CGSize&); // don't do this implicitly since it's lossy
119 operator CGSize() const;
H A DFloatSize.h35 typedef struct CGSize CGSize; typedef in typeref:struct:CGSize
116 explicit FloatSize(const CGSize&); // don't do this implicitly since it's lossy
117 operator CGSize() const;
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
H A DRTCNSGLVideoView.m135 didSetSize:(CGSize)size {
H A DRTCEAGLVideoView.m230 didSetSize:(CGSize)size {
/external/chromium_org/third_party/libjingle/source/talk/examples/objc/AppRTCDemo/mac/
H A DAPPRTCViewController.m66 CGSize _localVideoSize;
67 CGSize _remoteVideoSize;
/external/pdfium/core/src/fxge/apple/
H A Dfx_quartz_device.cpp287 CGSize size;
290 CGSize temp = CGSizeApplyAffineTransform(size, ctm);
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_mac.cpp872 CGSize cgVertOffset;
966 CGSize cgAdvance;
1507 CGSize advance;
/external/skia/src/ports/
H A DSkFontHost_mac.cpp872 CGSize cgVertOffset;
966 CGSize cgAdvance;
1512 CGSize advance;
/external/pdfium/core/src/fpdfapi/fpdf_edit/
H A Dfpdf_edit_doc.cpp573 CGSize advances;

Completed in 417 milliseconds