HomeSort by relevance Sort by last modified time
    Searched defs:Height (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium/chrome/browser/ui/gtk/
cairo_cached_surface.cc 27 int CairoCachedSurface::Height() const {
custom_button.cc 66 int CustomDrawButtonBase::Height() const {
67 return surfaces_[0]->Height();
103 int y = widget->allocation.height - pixbuf->Height();
334 button_base_.Height());
  /external/libvpx/libvpx/vp8/common/
onyxd.h 32 int Height;
onyx.h 102 int Height;
onyxc_int.h 71 int Height;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_InterpolateLuma_HalfHor4x4_unsafe_s.s 75 Height RN 3
omxVCM4P10_InterpolateLuma_s.s 27 ;// [in] roi Dimension of the interpolation region;the parameters roi.width and roi.height must
40 ;// roi.width or roi.height is not out of range {4, 8, 16}.
123 Height RN 9
139 M_PRINTF "roi.height %d\n", iHeight
183 MOV Height, #4
193 MOV Height, #4
202 MOV Height, #4
212 MOV Height, #9
223 MOV Height, #4
232 MOV Height, #
    [all...]
armVCM4P10_InterpolateLuma_HalfVer4x4_unsafe_s.s 92 Height RN 3
  /external/llvm/lib/CodeGen/
MachineTraceMetrics.cpp 175 // Check if height resources for MBB are valid and return the TBI.
273 unsigned Height = SuccTBI->InstrHeight;
274 if (!Best || Height < BestHeight)
275 Best = Succ, BestHeight = Height;
410 // The trace leaving I is now known, compute the height resources.
421 // Invalidate height resources of blocks above MBB.
428 << " height.\n");
501 "Trace is broken, height should have been invalidated.");
515 // Compute the depth and height of each instruction based on data dependencies
660 /// 1. The maximum height+depth over all instructions in the trace center block
    [all...]
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
MosaicTypes.h 45 inline int Height()
72 int width, height; member in class:MosaicFrame
81 height = _height;
84 image = ImageUtils::allocateImage(width, height, ImageUtils::IMAGE_TYPE_NUM_CHANNELS);
100 return (image + (width*height));
108 return (image + (width*height*2));
116 ImageType U = image + (width*height);
125 ImageType U = image + (width*height*2);
  /packages/apps/Gallery2/jni/filters/
tinyplanet.cc 29 ImageRGBA(unsigned char* image, int width, int height)
30 : image_(image), width_(width), height_(height) {
38 int Height() const {
132 void JNIFUNCF(ImageFilterTinyPlanet, nativeApplyFilter, jobject bitmap_in, jint width, jint height, jobject bitmap_out, jint output_size, jfloat scale,jfloat angle)
141 StereographicProjection(scale,angle, rgb_in, width, height, rgb_out, output_size, output_size);
  /packages/apps/Gallery2/jni_mosaic/feature_mos/src/mosaic/
MosaicTypes.h 45 inline int Height()
72 int width, height; member in class:MosaicFrame
81 height = _height;
84 image = ImageUtils::allocateImage(width, height, ImageUtils::IMAGE_TYPE_NUM_CHANNELS);
100 return (image + (width*height));
108 return (image + (width*height*2));
116 ImageType U = image + (width*height);
125 ImageType U = image + (width*height*2);
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
MosaicTypes.h 45 inline int Height()
72 int width, height; member in class:MosaicFrame
81 height = _height;
84 image = ImageUtils::allocateImage(width, height, ImageUtils::IMAGE_TYPE_NUM_CHANNELS);
100 return (image + (width*height));
108 return (image + (width*height*2));
116 ImageType U = image + (width*height);
125 ImageType U = image + (width*height*2);
  /external/llvm/include/llvm/CodeGen/
MachineTraceMetrics.h 37 // dependencies only. We also compute the resource height, which is the number
116 /// For virtual registers: Minimum height of the defining instruction.
117 /// For regunits: Height of the highest user in the trace.
118 unsigned Height;
120 LiveInReg(unsigned Reg, unsigned Height = 0) : Reg(Reg), Height(Height) {}
158 /// Returns true if the height resources have been computed from the trace
165 /// Invalidate height resources when a block below this one has changed.
189 // Data-dependency-related information. Per-instruction depth and height
    [all...]
ScheduleDAG.h 214 /// considered DAG edges for height computation and other heuristics, but do
317 bool isHeightCurrent : 1; // True if Height is current.
319 unsigned Height; // Node height.
338 isDepthCurrent(false), isHeightCurrent(false), Depth(0), Height(0),
352 isDepthCurrent(false), isHeightCurrent(false), Depth(0), Height(0),
365 isDepthCurrent(false), isHeightCurrent(false), Depth(0), Height(0),
427 /// getHeight - Return the height of this node, which is the length of the
432 return Height;
441 /// depth value, set it to be the new height value. This als
    [all...]
  /external/opencv/cxcore/include/
cvwimage.h 68 // Thus (c,r) is usually in the domain [0, width) X [0, height)
87 // for (int r = 0; r < im->Height(); ++r) {
193 int Height() const {return image_->height; }
235 WImageView<T> View(int c, int r, int width, int height);
271 WImageViewC<T, C> View(int c, int r, int width, int height);
310 WImageBuffer(int width, int height, int nchannels) : WImage<T>(0) {
311 Allocate(width, height, nchannels);
320 void Allocate(int width, int height, int nchannels);
330 Allocate(src.Width(), src.Height());
    [all...]
  /frameworks/base/core/java/android/content/res/
StringBlock.java 227 sub = subtag(tag, ";height=");
230 addParagraphSpan(buffer, new Height(size),
395 * Forces the text line to be the specified height, shrinking/stretching
399 private static class Height implements LineHeightSpan.WithDensity {
403 public Height(int size) {
429 * the height of a capital letter actually is,
  /external/giflib/
gif_lib.h 79 GifWord Left, Top, Width, Height, /* Current image dimensions. */
222 int QuantizeBuffer(unsigned int Width, unsigned int Height,
  /external/opencv/otherlibs/highgui/
highgui.h 171 CVAPI(CvCapture*) cvCreateSocketCapture( const char *address, const char* port, int width, int height );
258 return !img ? 0 : !img->roi ? img->height : img->roi->height;
304 dr.bottom = sr.y + sr.height;
317 roi.height = r.bottom - r.top;
342 virtual bool Create( int width, int height, int bits_per_pixel, int image_origin = 0 );
370 /* width and height of ROI */
372 int Height() { return !m_img ? 0 : !m_img->roi ? m_img->height : m_img->roi->height;};
    [all...]
  /frameworks/av/libvideoeditor/vss/common/inc/
M4WRITER_common.h 131 M4OSA_UInt32 height; /**< Frame height */ member in struct:__anon18881
193 M4OSA_UInt32 Height ;
  /external/jhead/
jhead.h 85 int Height, Width;
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp 91 "disable-sched-height", cl::Hidden, cl::init(false),
92 cl::desc("Disable scheduled-height priority in sched=list-ilp"));
378 // Updating predecessor's height. This is now the cycle when the
388 unsigned Height = PredSU->getHeight();
389 if (Height < MinAvailableCycle)
390 MinAvailableCycle = Height;
711 DEBUG(dbgs() << " Height [" << SU->getHeight()
715 // FIXME: Do not modify node height. It may interfere with
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_MotionEstimationMB.c 102 OMX_U32 Width=0, Height=0, MaxXPart, MaxYPart,MaxSubXPart,MaxSubYPart;
109 Height = 16;
113 Height = 8;
117 Height = 16;
121 Height = 8;
320 MaxYPart = 16/Height;
336 Height = 8;
340 Height = 4;
344 Height = 8;
348 Height = 4
    [all...]
  /external/webrtc/src/modules/interface/
module_common_types.h 107 WebRtc_UWord16 height; member in struct:webrtc::RTPVideoHeader
501 * Get frame height
503 WebRtc_UWord32 Height() const {return _height;}
509 * Set frame height
511 void SetHeight(const WebRtc_UWord32 height) {_height = height;}
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 

Completed in 9729 milliseconds

1 2