OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:y_coordinates_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/truetype/
glyph_table.cc
371
return
y_coordinates_
[contour_index_[contour] + point];
402
y_coordinates_
.resize(number_of_points_);
476
y_coordinates_
[point_index] =
478
y_coordinates_
[point_index] *=
485
y_coordinates_
[point_index] =
492
y_coordinates_
[point_index] +=
y_coordinates_
[point_index - 1];
glyph_table.h
228
IntegerList
y_coordinates_
;
member in class:sfntly::GlyphTable::SimpleGlyph
Completed in 25 milliseconds