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

  /external/chromium_org/ui/gfx/image/
image_skia_rep.h 39 int pixel_height() const { return bitmap_.height(); } function in class:gfx::ImageSkiaRep
41 return Size(pixel_width(), pixel_height());
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/packets/
PacketSessionPtyRequest.java 23 public int pixel_height; field in class:PacketSessionPtyRequest
27 int character_width, int character_height, int pixel_width, int pixel_height,
36 this.pixel_height = pixel_height;
53 tw.writeUINT32(pixel_height);
  /external/chromium_org/third_party/freetype/include/freetype/
ftwinfnt.h 201 FT_UShort pixel_height; member in struct:FT_WinFNT_HeaderRec_
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videocapturer.h 77 // fourcc, pixel_width, and pixel_height should keep the same over frames.
82 uint32 pixel_height; // height of a pixel, default is 1 member in struct:cricket::CapturedFrame
  /external/chromium_org/ui/gfx/
color_utils.cc 202 int pixel_height = bitmap.height(); local
203 for (int y = 0; y < pixel_height; ++y) {
  /external/freetype/include/freetype/
ftwinfnt.h 201 FT_UShort pixel_height; member in struct:FT_WinFNT_HeaderRec_
  /external/chromium_org/chrome/browser/sync/test/integration/
bookmarks_helper.cc 719 int pixel_height = dip_height * scale; local
721 bmp.setConfig(SkBitmap::kARGB_8888_Config, pixel_width, pixel_height);
  /external/libvpx/libvpx/nestegg/src/
nestegg.c 204 struct ebml_type pixel_height; member in struct:video
378 E_FIELD(ID_PIXEL_HEIGHT, TYPE_UINT, struct video, pixel_height),
    [all...]

Completed in 468 milliseconds