OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OTSStream
(Results
26 - 33
of
33
) sorted by null
1
2
/external/chromium_org/third_party/ots/src/
name.cc
269
bool ots_name_serialise(
OTSStream
* out, OpenTypeFile* file) {
ots.h
237
bool ots_##name##_serialise(
OTSStream
*s, OpenTypeFile *f); \
gdef.cc
380
bool ots_gdef_serialise(
OTSStream
*out, OpenTypeFile *file) {
os2.cc
218
bool ots_os2_serialise(
OTSStream
*out, OpenTypeFile *file) {
cmap.cc
831
bool ots_cmap_serialise(
OTSStream
*out, OpenTypeFile *file) {
998
// We might have hanging bytes from the above's checksum which the
OTSStream
1000
OTSStream
::ChecksumState saved_checksum = out->SaveChecksumState();
[
all
...]
gpos.cc
797
bool ots_gpos_serialise(
OTSStream
*out, OpenTypeFile *file) {
gsub.cc
661
bool ots_gsub_serialise(
OTSStream
*out, OpenTypeFile *file) {
cff.cc
1006
bool ots_cff_serialise(
OTSStream
*out, OpenTypeFile *file) {
Completed in 348 milliseconds
1
2