Searched refs:ImageSize (Results 1 - 16 of 16) 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_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(),
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_format2.h56 int32_t ImageSize();
88 int32_t ImageSize();
H A Dindex_sub_table_format5.h55 int32_t ImageSize();
99 int32_t ImageSize();
/external/sfntly/cpp/src/sfntly/table/bitmap/
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(),
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_format2.h56 int32_t ImageSize();
88 int32_t ImageSize();
H A Dindex_sub_table_format5.h55 int32_t ImageSize();
99 int32_t 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/tools/win/ChromeDebug/ChromeDebug/
H A DAttachDialog.cs227 listViewProcesses.SmallImageList.ImageSize = new Size(16, 16);
/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
/external/chromium_org/third_party/sfntly/cpp/src/sample/chromium/
H A Dsubsetter_impl.cc439 image_size = builder2->ImageSize();
445 image_size = builder5->ImageSize();
/external/sfntly/cpp/src/sample/chromium/
H A Dsubsetter_impl.cc439 image_size = builder2->ImageSize();
445 image_size = builder5->ImageSize();
/external/chromium_org/ui/gfx/image/
H A Dimage_unittest.cc118 TEST_F(ImageTest, ImageSize) {

Completed in 1648 milliseconds