Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/graphics/chromium/
DVDMXParser.cpp180 uint16_t pixelSize; in parseVDMX() local
181 if (!buf.readU16(&pixelSize)) in parseVDMX()
184 if (pixelSize > targetPixelSize) in parseVDMX()
187 if (pixelSize == targetPixelSize) { in parseVDMX()
DSimpleFontDataLinux.cpp64 int pixelSize = m_platformData.size() + 0.5; in platformInit() local
73 && parseVDMX(&vdmxAscent, &vdmxDescent, vdmxTable, vdmxSize, pixelSize)) in platformInit()
DTransparencyWin.cpp360 int pixelSize = m_layerSize.width() * m_layerSize.height(); in initializeNewContext() local
361 if (pixelSize <= 0) in initializeNewContext()
364 if (pixelSize > maxCachedBufferPixelSize) { in initializeNewContext()
/external/webkit/WebCore/platform/graphics/qt/
DFontPlatformData.h149 int pixelSize() const in pixelSize() function
153 return m_data->font.pixelSize(); in pixelSize()
/external/qemu/distrib/sdl-1.2.12/src/video/maccommon/
DSDL_macwm.c263 …if ((noErr == err) && (8 == (**(**hGD).gdPMap).pixelSize)) /* if successful and on an 8 bit device… in RestoreDeviceGamma()
358 …if ((8 == (**(**hGD).gdPMap).pixelSize) && (noErr == err)) /* if successful and on an 8 bit device… in SetDeviceGammaRampGD()
379 …if ((8 == (**(**hGD).gdPMap).pixelSize) && (noErr == err)) /* if successful and on an 8 bit devi… in SetDeviceGammaRampGD()
/external/webkit/WebCore/platform/graphics/gtk/
DFontGtk.cpp162 attr = pango_attr_size_new_absolute(font->pixelSize() * PANGO_SCALE); in setPangoAttributes()
206 gdk_region_shrink(partialRegion, 0, -pixelSize()); in drawComplexText()
/external/webkit/WebCore/platform/graphics/
DFont.h77 int pixelSize() const { return fontDescription().computedPixelSize(); } in pixelSize() function
/external/v8/benchmarks/
Draytrace.js913 var pixelSize = "5,5".split(','); // $F('pixelSize').split(',');
924 pixelWidth: pixelSize[0],
925 pixelHeight: pixelSize[1],
/external/webkit/SunSpider/tests/v8-v4/
Dv8-raytrace.js908 var pixelSize = "5,5".split(','); // $F('pixelSize').split(',');
919 pixelWidth: pixelSize[0],
920 pixelHeight: pixelSize[1],
/external/webkit/WebKit/win/WebCoreSupport/
DWebDragClient.cpp313 IntPoint textPos(DRAG_LABEL_BORDER_X, DRAG_LABEL_BORDER_Y + labelFont->pixelSize()); in createDragImageForLink()
/external/webkit/WebCore/rendering/
DSVGCharacterLayoutInfo.cpp51 baselineShift = baselineShift / 100.0f * font.pixelSize(); in calculateBaselineShift()
DSVGRootInlineBox.cpp330 if (primitive->primitiveType() == CSSPrimitiveValue::CSS_PERCENTAGE && font.pixelSize() > 0) in calculateKerning()
331 kerning = kerning / 100.0f * font.pixelSize(); in calculateKerning()
DRenderBoxModelObject.cpp782 int fontsize = f.pixelSize(); in verticalPosition()
/external/skia/src/core/
DSkBitmap.cpp45 static MipMap* Alloc(int levelCount, size_t pixelSize) { in Alloc()
52 size.add(pixelSize); in Alloc()
/external/webkit/WebCore/platform/graphics/mac/
DFontCacheMac.mm132 size = font.pixelSize();
/external/qemu/distrib/sdl-1.2.12/src/video/macrom/
DSDL_romvideo.c216 vformat->BitsPerPixel = (**(**SDL_Display).gdPMap).pixelSize; in ROM_VideoInit()
/external/webkit/WebCore/platform/graphics/win/
DQTMovieWin.cpp634 bitsPerPixel = (*offscreenPixMap)->pixelSize; in getCurrentFrameInfo()
/external/webkit/WebCore/platform/qt/
DRenderThemeQt.cpp139 m_buttonFontPixelSize = fontInfo.pixelSize(); in RenderThemeQt()
/external/qemu/distrib/sdl-1.2.12/src/video/macdsp/
DSDL_dspvideo.c191 #define GetPixDepth(y) ((**(y)).pixelSize)
/external/webkit/WebCore/platform/mac/
DThemeMac.mm59 int fontSize = font.pixelSize();
/external/webkit/WebCore/platform/chromium/
DThemeChromiumMac.mm205 int fontSize = font.pixelSize();
/external/webkit/WebCore/rendering/style/
DRenderStyle.h445 int fontSize() const { return inherited->font.pixelSize(); } in fontSize()
/external/webkit/WebCore/
DChangeLog-2002-12-0316466 (QFont::QFont), (QFont::_free), (QFont::getFont), (QFont::pixelSize),
DChangeLog-2010-01-2925076 (WebCore::FontPlatformData::pixelSize):
36836 (WebCore::FontPlatformData::pixelSize):
83856 (WebCore::FontPlatformData::pixelSize): Ditto.
DChangeLog-2006-05-1017602 (WebCore::Font::pixelSize):