/external/webkit/WebCore/platform/graphics/chromium/ |
D | VDMXParser.cpp | 180 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()
|
D | SimpleFontDataLinux.cpp | 64 int pixelSize = m_platformData.size() + 0.5; in platformInit() local 73 && parseVDMX(&vdmxAscent, &vdmxDescent, vdmxTable, vdmxSize, pixelSize)) in platformInit()
|
D | TransparencyWin.cpp | 360 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/ |
D | FontPlatformData.h | 149 int pixelSize() const in pixelSize() function 153 return m_data->font.pixelSize(); in pixelSize()
|
/external/qemu/distrib/sdl-1.2.12/src/video/maccommon/ |
D | SDL_macwm.c | 263 …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/ |
D | FontGtk.cpp | 162 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/ |
D | Font.h | 77 int pixelSize() const { return fontDescription().computedPixelSize(); } in pixelSize() function
|
/external/v8/benchmarks/ |
D | raytrace.js | 913 var pixelSize = "5,5".split(','); // $F('pixelSize').split(','); 924 pixelWidth: pixelSize[0], 925 pixelHeight: pixelSize[1],
|
/external/webkit/SunSpider/tests/v8-v4/ |
D | v8-raytrace.js | 908 var pixelSize = "5,5".split(','); // $F('pixelSize').split(','); 919 pixelWidth: pixelSize[0], 920 pixelHeight: pixelSize[1],
|
/external/webkit/WebKit/win/WebCoreSupport/ |
D | WebDragClient.cpp | 313 IntPoint textPos(DRAG_LABEL_BORDER_X, DRAG_LABEL_BORDER_Y + labelFont->pixelSize()); in createDragImageForLink()
|
/external/webkit/WebCore/rendering/ |
D | SVGCharacterLayoutInfo.cpp | 51 baselineShift = baselineShift / 100.0f * font.pixelSize(); in calculateBaselineShift()
|
D | SVGRootInlineBox.cpp | 330 if (primitive->primitiveType() == CSSPrimitiveValue::CSS_PERCENTAGE && font.pixelSize() > 0) in calculateKerning() 331 kerning = kerning / 100.0f * font.pixelSize(); in calculateKerning()
|
D | RenderBoxModelObject.cpp | 782 int fontsize = f.pixelSize(); in verticalPosition()
|
/external/skia/src/core/ |
D | SkBitmap.cpp | 45 static MipMap* Alloc(int levelCount, size_t pixelSize) { in Alloc() 52 size.add(pixelSize); in Alloc()
|
/external/webkit/WebCore/platform/graphics/mac/ |
D | FontCacheMac.mm | 132 size = font.pixelSize();
|
/external/qemu/distrib/sdl-1.2.12/src/video/macrom/ |
D | SDL_romvideo.c | 216 vformat->BitsPerPixel = (**(**SDL_Display).gdPMap).pixelSize; in ROM_VideoInit()
|
/external/webkit/WebCore/platform/graphics/win/ |
D | QTMovieWin.cpp | 634 bitsPerPixel = (*offscreenPixMap)->pixelSize; in getCurrentFrameInfo()
|
/external/webkit/WebCore/platform/qt/ |
D | RenderThemeQt.cpp | 139 m_buttonFontPixelSize = fontInfo.pixelSize(); in RenderThemeQt()
|
/external/qemu/distrib/sdl-1.2.12/src/video/macdsp/ |
D | SDL_dspvideo.c | 191 #define GetPixDepth(y) ((**(y)).pixelSize)
|
/external/webkit/WebCore/platform/mac/ |
D | ThemeMac.mm | 59 int fontSize = font.pixelSize();
|
/external/webkit/WebCore/platform/chromium/ |
D | ThemeChromiumMac.mm | 205 int fontSize = font.pixelSize();
|
/external/webkit/WebCore/rendering/style/ |
D | RenderStyle.h | 445 int fontSize() const { return inherited->font.pixelSize(); } in fontSize()
|
/external/webkit/WebCore/ |
D | ChangeLog-2002-12-03 | 16466 (QFont::QFont), (QFont::_free), (QFont::getFont), (QFont::pixelSize),
|
D | ChangeLog-2010-01-29 | 25076 (WebCore::FontPlatformData::pixelSize): 36836 (WebCore::FontPlatformData::pixelSize): 83856 (WebCore::FontPlatformData::pixelSize): Ditto.
|
D | ChangeLog-2006-05-10 | 17602 (WebCore::Font::pixelSize):
|