Home
last modified time | relevance | path

Searched refs:SetImageSize (Results 1 – 7 of 7) sorted by relevance

/external/sfntly/cpp/src/sfntly/table/bitmap/
Dindex_sub_table_format2.h57 void SetImageSize(int32_t image_size);
Dindex_sub_table_format5.h56 void SetImageSize(int32_t image_size);
Dindex_sub_table_format2.cc106 void IndexSubTableFormat2::Builder::SetImageSize(int32_t image_size) { in SetImageSize() function in sfntly::IndexSubTableFormat2::Builder
Dindex_sub_table_format5.cc231 void IndexSubTableFormat5::Builder::SetImageSize(int32_t image_size) { in SetImageSize() function in sfntly::IndexSubTableFormat5::Builder
/external/dng_sdk/source/
Ddng_xmp.h275 void SetImageSize (const dng_point &size);
Ddng_xmp.cpp4265 void dng_xmp::SetImageSize (const dng_point &size) in SetImageSize() function in dng_xmp
/external/sfntly/cpp/src/sample/chromium/
Dsubsetter_impl.cc462 new_builder->SetImageSize(image_size); in ConstructIndexFormat5()