OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bfrange
(Results
1 - 1
of
1
) sorted by null
/external/skia/src/pdf/
SkPDFMakeToUnicodeCmap.cpp
65
struct
BFRange
{
102
static void append_bfrange_section(const SkTDArray<
BFRange
>&
bfrange
,
106
for (int i = 0; i <
bfrange
.count(); i += 100) {
107
int count =
bfrange
.count() - i;
113
write_glyph(cmap, multiByte,
bfrange
[i + j].fStart);
115
write_glyph(cmap, multiByte,
bfrange
[i + j].fEnd);
117
SkPDFUtils::WriteUTF16beHex(cmap,
bfrange
[i + j].fUnicode);
124
// Generate <bfchar> and <
bfrange
> table according to PDF spec 1.4 and Adobe
128
// Current implementation guarantees bfchar and
bfrange
entries do not overlap
[
all
...]
Completed in 64 milliseconds