Searched defs:ImageSize (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/ui/resources/resource_check/
H A Dresource_scale_factors.py48 def ImageSize(filename): function in function:ResourceScaleFactors.RunChecks
94 base_dimensions = ImageSize(base_image)
107 scaled_dimensions = ImageSize(image_path)
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
H A Dindex_sub_table_format2.cc28 int32_t IndexSubTableFormat2::ImageSize() { function in class:sfntly::IndexSubTableFormat2
83 return loca * ImageSize();
91 return ImageSize();
101 int32_t IndexSubTableFormat2::Builder::ImageSize() { function in class:sfntly::IndexSubTableFormat2::Builder
204 ImageSize());
H A Dindex_sub_table_format5.cc47 return loca * ImageSize();
58 int32_t IndexSubTableFormat5::ImageSize() { function in class:sfntly::IndexSubTableFormat5
99 return ImageSize();
114 return (it - glyph_array->begin()) * ImageSize();
213 ImageSize());
226 int32_t IndexSubTableFormat5::Builder::ImageSize() { function in class:sfntly::IndexSubTableFormat5::Builder
340 offset_index_ * container()->ImageSize(),
341 container()->ImageSize(),
/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Dindex_sub_table_format2.cc28 int32_t IndexSubTableFormat2::ImageSize() { function in class:sfntly::IndexSubTableFormat2
83 return loca * ImageSize();
91 return ImageSize();
101 int32_t IndexSubTableFormat2::Builder::ImageSize() { function in class:sfntly::IndexSubTableFormat2::Builder
204 ImageSize());
H A Dindex_sub_table_format5.cc47 return loca * ImageSize();
58 int32_t IndexSubTableFormat5::ImageSize() { function in class:sfntly::IndexSubTableFormat5
99 return ImageSize();
114 return (it - glyph_array->begin()) * ImageSize();
213 ImageSize());
226 int32_t IndexSubTableFormat5::Builder::ImageSize() { function in class:sfntly::IndexSubTableFormat5::Builder
340 offset_index_ * container()->ImageSize(),
341 container()->ImageSize(),
/external/giflib/
H A Ddgif_lib.c1064 size_t ImageSize; local
1088 ImageSize = sp->ImageDesc.Width * sp->ImageDesc.Height;
1090 if (ImageSize > (SIZE_MAX / sizeof(GifPixelType))) {
1093 sp->RasterBits = (unsigned char *)malloc(ImageSize *
1120 if (DGifGetLine(GifFile,sp->RasterBits,ImageSize)==GIF_ERROR)
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Ddbghelp.h387 DWORD ImageSize; member in struct:_IMAGEHLP_MODULE64
411 DWORD ImageSize; member in struct:_IMAGEHLP_MODULE64W
441 DWORD ImageSize; member in struct:_IMAGEHLP_MODULE
454 DWORD ImageSize; member in struct:_IMAGEHLP_MODULEW
/external/mesa3d/src/gallium/auxiliary/util/
H A Ddbghelp.h387 DWORD ImageSize; member in struct:_IMAGEHLP_MODULE64
411 DWORD ImageSize; member in struct:_IMAGEHLP_MODULE64W
441 DWORD ImageSize; member in struct:_IMAGEHLP_MODULE
454 DWORD ImageSize; member in struct:_IMAGEHLP_MODULEW

Completed in 219 milliseconds