OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kInvalidByte
(Results
1 - 2
of
2
) sorted by null
/external/sfntly/cpp/src/sfntly/data/
readable_font_data.h
54
static const int32_t
kInvalidByte
= 128;
85
// @return the BYTE; |
kInvalidByte
| if outside the bounds of the font data
readable_font_data.cc
81
return
kInvalidByte
;
109
if (b1 ==
kInvalidByte
)
176
if (b1 ==
kInvalidByte
)
Completed in 1370 milliseconds