OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bound_offset_
(Results
1 - 2
of
2
) sorted by null
/external/sfntly/cpp/src/sfntly/data/
font_data.cc
26
return std::min<int32_t>(array_->Size() -
bound_offset_
, bound_length_);
33
bound_offset_
+= offset;
42
bound_offset_
+= offset;
47
return std::min<int32_t>(array_->Length() -
bound_offset_
, bound_length_);
56
Bound(data->
bound_offset_
+ offset, length);
61
Bound(data->
bound_offset_
+ offset,
70
bound_offset_
= 0;
75
return offset +
bound_offset_
;
font_data.h
128
int32_t
bound_offset_
;
member in class:sfntly::FontData
Completed in 2622 milliseconds