OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:contour_index_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/truetype/
glyph_table.cc
361
return
contour_index_
[contour + 1] -
contour_index_
[contour];
366
return x_coordinates_[
contour_index_
[contour] + point];
371
return y_coordinates_[
contour_index_
[contour] + point];
376
return on_curve_[
contour_index_
[contour] + point];
408
contour_index_
.resize(NumberOfContours() + 1);
409
contour_index_
[0] = 0;
410
for (uint32_t contour = 0; contour <
contour_index_
.size() - 1; ++contour) {
411
contour_index_
[contour + 1] = ContourEndPoint(contour) + 1;
547
return data_->ReadUShort(
contour_index_
[contour])
[
all
...]
glyph_table.h
230
IntegerList
contour_index_
;
member in class:sfntly::GlyphTable::SimpleGlyph
286
IntegerList
contour_index_
;
member in class:sfntly::GlyphTable::CompositeGlyph
Completed in 36 milliseconds