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

12

/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DVDMXParser.cpp179 uint16_t pixelSize; local
180 if (!buf.readU16(&pixelSize))
183 if (pixelSize > targetPixelSize)
186 if (pixelSize == targetPixelSize) {
H A DSimpleFontDataLinux.cpp72 int pixelSize = m_platformData.size() + 0.5; local
81 && parseVDMX(&vdmxAscent, &vdmxDescent, vdmxTable, vdmxSize, pixelSize))
H A DTransparencyWin.cpp360 int pixelSize = m_layerSize.width() * m_layerSize.height(); local
361 if (pixelSize <= 0)
364 if (pixelSize > maxCachedBufferPixelSize) {
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DFontPlatformData.h40 : size(font.pixelSize())
53 , size(font.pixelSize())
132 int pixelSize() const function in class:WebCore::FontPlatformData
140 return m_data->font.pixelSize();
H A DFontPlatformDataQt.cpp80 // m_data->size if a font size of zero is requested and pixelSize()
82 m_data->size = (!requestedSize) ? requestedSize : font.pixelSize();
/external/webkit/Source/WebCore/rendering/svg/
H A DSVGTextLayoutEngineSpacing.cpp75 kerning = kerningLength.valueAsPercentage() * m_font.pixelSize();
H A DSVGTextLayoutEngineBaseline.cpp43 return baselineShiftValueLength.valueAsPercentage() * m_font.pixelSize();
H A DSVGInlineTextBox.cpp156 // Font::pixelSize(), returns FontDescription::computedPixelSize(), which returns "int(x + 0.5)".
158 return textRenderer->scaledFont().pixelSize();
/external/jmonkeyengine/engine/src/core/com/jme3/post/
H A DHDRRenderer.java174 Vector2f pixelSize = new Vector2f(1f / srcW, 1f / srcH);
179 pixelSize.multLocal(2);
180 blocks.set(blockSize.x / pixelSize.x,
181 blockSize.y / pixelSize.y);
185 blocks.set(blockSize.x / pixelSize.x,
186 blockSize.y / pixelSize.y);
199 mat.setVector2("PixelSize", pixelSize);
/external/webkit/Source/WebCore/platform/gtk/
H A DRenderThemeGtk.cpp253 static GtkIconSize getIconSizeForPixelSize(gint pixelSize) argument
255 if (pixelSize < gtkIconSizeSmallToolbar)
257 if (pixelSize >= gtkIconSizeSmallToolbar && pixelSize < gtkIconSizeButton)
259 if (pixelSize >= gtkIconSizeButton && pixelSize < gtkIconSizeLargeToolbar)
261 if (pixelSize >= gtkIconSizeLargeToolbar && pixelSize < gtkIconSizeDnd)
263 if (pixelSize >= gtkIconSizeDnd && pixelSize < gtkIconSizeDialo
[all...]
/external/webkit/Source/WebKit/chromium/src/gtk/
H A DWebFontInfo.cpp119 int pixelSize = sizeAndStyle >> 2; local
141 fcvalue.u.d = pixelSize;
/external/webkit/Source/WebCore/rendering/
H A DRenderCombineText.cpp70 textOrigin.move(boxRect.height() / 2 - ceilf(m_combinedTextWidth) / 2, style()->font().pixelSize());
/external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
H A DSDL_macwm.c263 if ((noErr == err) && (8 == (**(**hGD).gdPMap).pixelSize)) /* if successful and on an 8 bit device */
358 if ((8 == (**(**hGD).gdPMap).pixelSize) && (noErr == err)) /* if successful and on an 8 bit device */
379 if ((8 == (**(**hGD).gdPMap).pixelSize) && (noErr == err)) /* if successful and on an 8 bit device */
/external/webkit/Source/WebCore/platform/graphics/mac/
H A DFontCacheMac.mm132 size = font.pixelSize();
/external/webkit/Source/WebCore/platform/graphics/
H A DFont.h92 int pixelSize() const { return fontDescription().computedPixelSize(); } function in class:WebCore::Font
/external/webkit/Source/WebCore/platform/win/
H A DDragImageWin.cpp221 IntPoint textPos(DragLabelBorderX, DragLabelBorderY + labelFont->pixelSize());
/external/v8/benchmarks/
H A Draytrace.js882 var pixelSize = "5,5".split(','); // $F('pixelSize').split(',');
893 pixelWidth: pixelSize[0],
894 pixelHeight: pixelSize[1],
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
H A Dv8-raytrace.js908 var pixelSize = "5,5".split(','); // $F('pixelSize').split(',');
919 pixelWidth: pixelSize[0],
920 pixelHeight: pixelSize[1],
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
H A Dv8-raytrace.js908 var pixelSize = "5,5".split(','); // $F('pixelSize').split(',');
919 pixelWidth: pixelSize[0],
920 pixelHeight: pixelSize[1],
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
H A Dv8-raytrace.js877 var pixelSize = "5,5".split(','); // $F('pixelSize').split(',');
888 pixelWidth: pixelSize[0],
889 pixelHeight: pixelSize[1],
/external/webkit/Source/WebCore/platform/chromium/
H A DThemeChromiumMac.mm206 int fontSize = font.pixelSize();
613 int fontSize = font.pixelSize();
/external/webkit/Source/WebCore/platform/graphics/gtk/
H A DFontGtk.cpp194 attr = pango_attr_size_new_absolute(font->pixelSize() * PANGO_SCALE);
/external/webkit/Source/WebCore/platform/graphics/win/
H A DQTMovieGWorld.cpp344 bitsPerPixel = (*offscreenPixMap)->pixelSize;
/external/webkit/Source/WebCore/platform/mac/
H A DThemeMac.mm93 int fontSize = font.pixelSize();
509 int fontSize = font.pixelSize();
/external/qemu/distrib/sdl-1.2.15/src/video/macrom/
H A DSDL_romvideo.c216 vformat->BitsPerPixel = (**(**SDL_Display).gdPMap).pixelSize;

Completed in 383 milliseconds

12