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 50 const float pixelWidth, const float pixelHeight,
68 PatchDescription(): bitmapWidth(0), bitmapHeight(0), pixelWidth(0), pixelHeight(0),
73 const float pixelWidth, const float pixelHeight,
77 pixelWidth(pixelWidth), pixelHeight(pixelHeight),
106 float pixelHeight;
  /external/libvpx/libvpx/
vpxenc.c 750 unsigned int pixelHeight = cfg->g_h;
756 Ebml_SerializeUnsigned(glob, PixelHeight, pixelHeight);
    [all...]

Completed in 90 milliseconds