HomeSort by relevance Sort by last modified time
    Searched refs:pixelWidth (Results 1 - 10 of 10) sorted by null

  /frameworks/base/libs/hwui/
PatchCache.h 51 const float pixelWidth, const float pixelHeight,
69 PatchDescription(): bitmapWidth(0), bitmapHeight(0), pixelWidth(0), pixelHeight(0),
74 const float pixelWidth, const float pixelHeight,
78 pixelWidth(pixelWidth), pixelHeight(pixelHeight),
86 LTE_FLOAT(pixelWidth) {
105 float pixelWidth;
PatchCache.cpp 54 const float pixelWidth, const float pixelHeight,
76 pixelWidth, pixelHeight, width, height, transparentQuads, colorKey);
87 width, height, pixelWidth, pixelHeight, bitmapWidth, bitmapHeight);
92 mesh->updateVertices(bitmapWidth, bitmapHeight, 0.0f, 0.0f, pixelWidth, pixelHeight);
102 mesh->updateVertices(bitmapWidth, bitmapHeight, 0.0f, 0.0f, pixelWidth, pixelHeight);
  /external/libvpx/libmkv/
WebMElement.h 23 char *codecId, unsigned int pixelWidth, unsigned int pixelHeight,
WebMElement.c 59 char *codecId, unsigned int pixelWidth, unsigned int pixelHeight,
74 Ebml_SerializeUnsigned(glob, PixelWidth, pixelWidth);
180 Ebml_SerializeUnsigned(ebml_out, 0xB0, video.PixelWidth);
  /external/v8/benchmarks/
raytrace.js 611 pixelWidth: 2,
621 this.options.canvasWidth /= this.options.pixelWidth;
628 pxW = this.options.pixelWidth;
893 pixelWidth: pixelSize[0],
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-raytrace.js 637 pixelWidth: 2,
647 this.options.canvasWidth /= this.options.pixelWidth;
654 pxW = this.options.pixelWidth;
919 pixelWidth: pixelSize[0],
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-raytrace.js 637 pixelWidth: 2,
647 this.options.canvasWidth /= this.options.pixelWidth;
654 pxW = this.options.pixelWidth;
919 pixelWidth: pixelSize[0],
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-raytrace.js 606 pixelWidth: 2,
616 this.options.canvasWidth /= this.options.pixelWidth;
623 pxW = this.options.pixelWidth;
888 pixelWidth: pixelSize[0],
  /external/webkit/Source/WebKit/android/WebCoreSupport/
FrameLoaderClientAndroid.cpp     [all...]
  /external/libvpx/
vpxenc.c 645 unsigned int pixelWidth = cfg->g_w;
651 Ebml_SerializeUnsigned(glob, PixelWidth, pixelWidth);
    [all...]

Completed in 253 milliseconds