/external/libvpx/libvpx/vp8/common/ |
H A D | onyxd.h | 32 int Height; member in struct:__anon9483
|
H A D | onyx.h | 103 int Height; member in struct:__anon9480
|
H A D | onyxc_int.h | 75 int Height; member in struct:VP8Common
|
H A D | postproc.c | 500 * unsigned int Height height of plane 518 unsigned int Width, unsigned int Height, int Pitch) 523 for (i = 0; i < Height; i++) 741 dest->y_height = oci->Height; 754 int height = (oci->Height + 15) & ~15; 1202 dest->y_height = oci->Height; 514 vp8_plane_add_noise_c(unsigned char *Start, char *noise, char blackclamp[16], char whiteclamp[16], char bothclamp[16], unsigned int Width, unsigned int Height, int Pitch) argument
|
/external/mesa3d/src/egl/main/ |
H A D | eglmode.h | 49 EGLint Width, Height; /* size in pixels */ member in struct:_egl_mode
|
H A D | eglimage.h | 49 EGLint Height; member in struct:_egl_image_attribs
|
H A D | eglsurface.h | 55 EGLint Width, Height; member in struct:_egl_surface
|
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/ |
H A D | SkPdfType6HalftoneDictionary_autogen.cpp | 59 int64_t SkPdfType6HalftoneDictionary::Height(SkPdfNativeDoc* doc) { function in class:SkPdfType6HalftoneDictionary 60 SkPdfNativeObject* ret = get("Height", ""); 68 return get("Height", "") != NULL;
|
H A D | SkPdfType16HalftoneDictionary_autogen.cpp | 59 int64_t SkPdfType16HalftoneDictionary::Height(SkPdfNativeDoc* doc) { function in class:SkPdfType16HalftoneDictionary 60 SkPdfNativeObject* ret = get("Height", ""); 68 return get("Height", "") != NULL;
|
H A D | SkPdfImageDictionary_autogen.cpp | 47 int64_t SkPdfImageDictionary::Height(SkPdfNativeDoc* doc) { function in class:SkPdfImageDictionary 48 SkPdfNativeObject* ret = get("Height", ""); 56 return get("Height", "") != NULL;
|
/external/sfntly/cpp/src/sfntly/table/bitmap/ |
H A D | big_glyph_metrics.cc | 30 int32_t BigGlyphMetrics::Height() { function in class:sfntly::BigGlyphMetrics 76 int32_t BigGlyphMetrics::Builder::Height() { function in class:sfntly::BigGlyphMetrics::Builder
|
H A D | small_glyph_metrics.cc | 30 int32_t SmallGlyphMetrics::Height() { function in class:sfntly::SmallGlyphMetrics 64 int32_t SmallGlyphMetrics::Builder::Height() { function in class:sfntly::SmallGlyphMetrics::Builder
|
/external/giflib/ |
H A D | quantize.c | 48 2D array for each of the RGB colors with size Width by Height. There is no 60 unsigned int Height, 90 for (i = 0; i < (int)(Width * Height); i++) { 125 NewColorSubdiv[0].Count = ((long)Width) * Height; /* Pixels */ 161 for (i = 0; i < (int)(Width * Height); i++) { 59 GifQuantizeBuffer(unsigned int Width, unsigned int Height, int *ColorMapSize, GifByteType * RedInput, GifByteType * GreenInput, GifByteType * BlueInput, GifByteType * OutputBuffer, GifColorType * OutputColorMap) argument
|
H A D | egif_lib.c | 263 const int Height, 293 GifFile->SHeight = Height; 311 (void)EGifPutWord(Height, GifFile); 358 const int Height, 379 GifFile->Image.Height = Height; 398 (void)EGifPutWord(Height, GifFile); 425 Private->PixelCount = (long)Width *(long)Height; 1089 int SavedHeight = sp->ImageDesc.Height; 261 EGifPutScreenDesc(GifFileType *GifFile, const int Width, const int Height, const int ColorRes, const int BackGround, const ColorMapObject *ColorMap) argument 354 EGifPutImageDesc(GifFileType *GifFile, const int Left, const int Top, const int Width, const int Height, const bool Interlace, const ColorMapObject *ColorMap) argument
|
H A D | gif_lib.h | 47 GifWord Left, Top, Width, Height; /* Current image dimensions. */ member in struct:GifImageDesc 216 int GifQuantizeBuffer(unsigned int Width, unsigned int Height,
|
/external/llvm/lib/CodeGen/ |
H A D | MachineTraceMetrics.cpp | 362 unsigned Height = SuccTBI->InstrHeight; local 363 if (!Best || Height < BestHeight) 364 Best = Succ, BestHeight = Height; 766 unsigned Len = LIR.Height + Cycles[DefMI].Depth; 856 TBI.CriticalPath = std::max(TBI.CriticalPath, Cycle + MICycles.Height); 864 // Height is the issue height computed from virtual register dependencies alone. 865 static unsigned updatePhysDepsUpwards(const MachineInstr *MI, unsigned Height, 882 // update MI Height to consider the physreg dependencies. 894 Height = std::max(Height, DepHeigh [all...] |
/external/skia/tests/ |
H A D | CachedDecodingPixelRefTest.cpp | 171 static int Height() { return 10; } function in class:TestImageGenerator 181 return SkImageInfo::MakeN32(TestImageGenerator::Width(), TestImageGenerator::Height(), 215 REPORTER_ASSERT(reporter, TestImageGenerator::Height() == bm.height()); 327 REPORTER_ASSERT(r, TestImageGenerator::Height() == image->height()); 330 bitmap.allocN32Pixels(TestImageGenerator::Width(), TestImageGenerator::Height());
|
/external/llvm/include/llvm/CodeGen/ |
H A D | MachineTraceMetrics.h | 124 /// For regunits: Height of the highest user in the trace. 125 unsigned Height; member in struct:llvm::MachineTraceMetrics::LiveInReg 127 LiveInReg(unsigned Reg, unsigned Height = 0) : Reg(Reg), Height(Height) {} 230 unsigned Height; member in struct:llvm::MachineTraceMetrics::InstrCycles
|
H A D | ScheduleDAG.h | 313 bool isHeightCurrent : 1; // True if Height is current. 315 unsigned Height; // Node height. variable 336 isHeightCurrent(false), Depth(0), Height(0), TopReadyCycle(0), 352 isHeightCurrent(false), Depth(0), Height(0), TopReadyCycle(0), 367 isHeightCurrent(false), Depth(0), Height(0), TopReadyCycle(0), 434 return Height; 453 /// stored Height value will require recomputation the next time
|
/external/pdfium/fpdfsdk/include/fxedit/ |
H A D | fxet_list.h | 97 FX_FLOAT Height() const function in class:CLST_Rect
|
/external/opencv/cxcore/include/ |
H A D | cvwimage.h | 87 // for (int r = 0; r < im->Height(); ++r) { 193 int Height() const {return image_->height; } function in class:cv::WImage 330 Allocate(src.Width(), src.Height()); 387 Allocate(src.Width(), src.Height()); 534 WImage<T>::Height() != height || WImage<T>::Channels() != nchannels) { 544 if (IsNull() || WImage<T>::Width() != width || WImage<T>::Height() != height) {
|
/external/opencv/otherlibs/highgui/ |
H A D | highgui.h | 372 int Height() { return !m_img ? 0 : !m_img->roi ? m_img->height : m_img->roi->height;}; function in class:CvvImage
|
/external/skia/experimental/PdfViewer/pdfparser/native/ |
H A D | SkPdfNativeTokenizer.cpp | 1027 DECLARE_PDF_NAME(Height); variable 1060 HANDLE_NAME_ABBR(key, Height, H);
|
/external/jhead/ |
H A D | jhead.h | 99 int Height, Width; member in struct:__anon6458
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | ScheduleDAGRRList.cpp | 389 unsigned Height = PredSU->getHeight(); local 390 if (Height < MinAvailableCycle) 391 MinAvailableCycle = Height; 712 DEBUG(dbgs() << " Height [" << SU->getHeight() 1801 dbgs() << "Height " << SU->getHeight() << ": "; 2198 unsigned Height = I->getSUnit()->getHeight(); 2203 Height = closestSucc(I->getSUnit())+1; 2204 if (Height > MaxHeight) 2205 MaxHeight = Height; 2334 static bool BUHasStall(SUnit *SU, int Height, RegReductionPQBas [all...] |