HomeSort by relevance Sort by last modified time
    Searched defs:pixelSize (Results 1 - 14 of 14) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/qt/
FontPlatformData.h 40 : size(font.pixelSize())
53 , size(font.pixelSize())
132 int pixelSize() const
140 return m_data->font.pixelSize();
  /external/webkit/Source/WebKit/chromium/src/gtk/
WebFontInfo.cpp 119 int pixelSize = sizeAndStyle >> 2;
141 fcvalue.u.d = pixelSize;
  /external/webkit/Source/WebCore/platform/graphics/chromium/
VDMXParser.cpp 179 uint16_t pixelSize;
180 if (!buf.readU16(&pixelSize))
183 if (pixelSize > targetPixelSize)
186 if (pixelSize == targetPixelSize) {
SimpleFontDataLinux.cpp 72 int pixelSize = m_platformData.size() + 0.5;
81 && parseVDMX(&vdmxAscent, &vdmxDescent, vdmxTable, vdmxSize, pixelSize))
TransparencyWin.cpp 360 int pixelSize = m_layerSize.width() * m_layerSize.height();
361 if (pixelSize <= 0)
364 if (pixelSize > maxCachedBufferPixelSize) {
  /bootable/recovery/minui/
resources.c 97 size_t pixelSize = stride * height;
110 surface = malloc(sizeof(GGLSurface) + pixelSize);
  /system/core/libpixelflinger/
buffer.cpp 191 int32_t pixelSize = pixel->s[i];
192 if (pixelSize < (h-l)) {
193 u = expand(u, pixelSize, h-l);
194 pixelSize = h-l;
196 v = downshift_component(v, u, pixelSize, 0, h, l, 0, 0, dither);
  /external/webkit/Source/WebCore/platform/graphics/
Font.h 92 int pixelSize() const { return fontDescription().computedPixelSize(); }
  /frameworks/base/opengl/java/android/opengl/
ETC1Util.java 83 int pixelSize = useShorts ? 2 : 3;
84 int stride = pixelSize * width;
87 ETC1.decodeImage(data, decodedData, width, height, pixelSize, stride);
188 * @param pixelSize the size of a pixel in bytes (2 or 3)
192 public static ETC1Texture compressTexture(Buffer input, int width, int height, int pixelSize, int stride){
  /frameworks/base/graphics/java/android/graphics/
Bitmap.java 344 long pixelSize = getByteCount();
346 if (bufferSize < pixelSize) {
354 position += pixelSize >> shift;
    [all...]
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 1073 milliseconds