HomeSort by relevance Sort by last modified time
    Searched defs:pixelSize (Results 1 - 20 of 20) 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 111 size_t pixelSize = stride * height;
113 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){
196 ETC1.encodeImage(input, width, height, pixelSize, stride, compressedImage);
  /development/samples/training/threadsample/src/com/example/android/threadsample/
PhotoThumbnailFragment.java 152 int pixelSize = getResources().getDimensionPixelSize(R.dimen.thumbSize);
158 int widthScale = localDisplayMetrics.widthPixels / pixelSize;
  /external/jmonkeyengine/engine/src/core/com/jme3/post/
HDRRenderer.java 174 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);
  /frameworks/base/graphics/java/android/graphics/
Bitmap.java 382 long pixelSize = getByteCount();
384 if (bufferSize < pixelSize) {
392 position += pixelSize >> shift;
    [all...]
  /prebuilts/tools/common/m2/internal/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/8/
android.jar 

Completed in 336 milliseconds