HomeSort by relevance Sort by last modified time
    Searched defs:pixelHeight (Results 1 - 2 of 2) 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),
87 LTE_FLOAT(pixelHeight) {
106 float pixelHeight;
  /external/libvpx/
vpxenc.c 646 unsigned int pixelHeight = cfg->g_h;
652 Ebml_SerializeUnsigned(glob, PixelHeight, pixelHeight);
    [all...]

Completed in 48 milliseconds