OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WriteTag
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/ots/include/
opentype-sanitiser.h
94
if (!
WriteTag
(kZero)) return false;
138
bool
WriteTag
(uint32_t v) {
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
coded_stream.h
685
void
WriteTag
(uint32 value);
686
// Like
WriteTag
() but writing directly to the target array.
[
all
...]
/external/opencv/otherlibs/highgui/
grfmt_tiff.cpp
671
void GrFmtTiffWriter::
WriteTag
( TiffTag tag, TiffFieldType fieldType,
787
WriteTag
( TIFF_TAG_WIDTH, TIFF_TYPE_LONG, 1, width );
788
WriteTag
( TIFF_TAG_HEIGHT, TIFF_TYPE_LONG, 1, height );
789
WriteTag
( TIFF_TAG_BITS_PER_SAMPLE,
791
WriteTag
( TIFF_TAG_COMPRESSION, TIFF_TYPE_LONG, 1, TIFF_UNCOMP );
792
WriteTag
( TIFF_TAG_PHOTOMETRIC, TIFF_TYPE_SHORT, 1, channels > 1 ? 2 : 1 );
794
WriteTag
( TIFF_TAG_STRIP_OFFSETS, TIFF_TYPE_LONG,
797
WriteTag
( TIFF_TAG_SAMPLES_PER_PIXEL, TIFF_TYPE_SHORT, 1, channels );
798
WriteTag
( TIFF_TAG_ROWS_PER_STRIP, TIFF_TYPE_LONG, 1, rowsPerStrip );
800
WriteTag
( TIFF_TAG_STRIP_COUNTS
[
all
...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/
wire_format_lite_inl.h
415
inline void WireFormatLite::
WriteTag
(int field_number, WireType type,
417
output->
WriteTag
(MakeTag(field_number, type));
483
WriteTag
(field_number, WIRETYPE_START_GROUP, output);
485
WriteTag
(field_number, WIRETYPE_END_GROUP, output);
491
WriteTag
(field_number, WIRETYPE_LENGTH_DELIMITED, output);
[
all
...]
Completed in 95 milliseconds