OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SRational
(Results
1 - 3
of
3
) sorted by null
/external/piex/src/tiff_directory/
tiff_directory.h
41
struct
SRational
{
102
// Gets the value of a tag of type "SSHORT", "SLONG" or "
SRATIONAL
".
105
// - if the type is not SSHORT, SLONG or
SRATIONAL
, or
107
bool Get(const Tag tag,
SRational
* value) const;
108
bool Get(const Tag tag, std::vector<
SRational
>* value) const;
tiff_directory.cc
159
bool TiffDirectory::Get(const Tag tag,
SRational
* value) const {
160
std::vector<
SRational
> my_values;
168
bool TiffDirectory::Get(const Tag tag, std::vector<
SRational
>* value) const {
179
std::vector<
SRational
> my_value(directory_entry->count);
/external/piex/src/
tiff_parser.cc
30
using tiff_directory::
SRational
;
Completed in 151 milliseconds