OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BFRange
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/pdf/
SkPDFMakeToUnicodeCmap.cpp
67
struct
BFRange
{
104
static void append_bfrange_section(const std::vector<
BFRange
>&
bfrange
,
108
for (size_t i = 0; i <
bfrange
.size(); i += 100) {
109
int count = SkToInt(
bfrange
.size() - i);
115
write_glyph(cmap, multiByte,
bfrange
[i + j].fStart);
117
write_glyph(cmap, multiByte,
bfrange
[i + j].fEnd);
119
SkPDFUtils::WriteUTF16beHex(cmap,
bfrange
[i + j].fUnicode);
126
// Generate <bfchar> and <
bfrange
> table according to PDF spec 1.4 and Adobe
130
// Current implementation guarantees bfchar and
bfrange
entries do not overlap
[
all
...]
/external/skqp/src/pdf/
SkPDFMakeToUnicodeCmap.cpp
67
struct
BFRange
{
104
static void append_bfrange_section(const std::vector<
BFRange
>&
bfrange
,
108
for (size_t i = 0; i <
bfrange
.size(); i += 100) {
109
int count = SkToInt(
bfrange
.size() - i);
115
write_glyph(cmap, multiByte,
bfrange
[i + j].fStart);
117
write_glyph(cmap, multiByte,
bfrange
[i + j].fEnd);
119
SkPDFUtils::WriteUTF16beHex(cmap,
bfrange
[i + j].fUnicode);
126
// Generate <bfchar> and <
bfrange
> table according to PDF spec 1.4 and Adobe
130
// Current implementation guarantees bfchar and
bfrange
entries do not overlap
[
all
...]
Completed in 119 milliseconds