Home | History | Annotate | Download | only in src

Lines Matching refs:TagType

37 const sp<TiffIfd>* TiffEntry::forceValidType<sp<TiffIfd> >(TagType type, const sp<TiffIfd>* value) {
47 const uint8_t* TiffEntry::forceValidType<uint8_t>(TagType type, const uint8_t* value) {
57 const int8_t* TiffEntry::forceValidType<int8_t>(TagType type, const int8_t* value) {
67 const uint16_t* TiffEntry::forceValidType<uint16_t>(TagType type, const uint16_t* value) {
77 const int16_t* TiffEntry::forceValidType<int16_t>(TagType type, const int16_t* value) {
87 const uint32_t* TiffEntry::forceValidType<uint32_t>(TagType type, const uint32_t* value) {
97 const int32_t* TiffEntry::forceValidType<int32_t>(TagType type, const int32_t* value) {
107 const double* TiffEntry::forceValidType<double>(TagType type, const double* value) {
117 const float* TiffEntry::forceValidType<float>(TagType type, const float* value) {
136 TagType type = getType();