OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:verttag
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
HarfBuzzFace.cpp
40
const hb_tag_t HarfBuzzFace::
vertTag
= HB_TAG('v', 'e', 'r', 't');
116
if (hb_ot_layout_language_find_feature(face, HB_OT_TAG_GSUB, scriptIndex, languageIndex, HarfBuzzFace::
vertTag
, &featureIndex)
HarfBuzzFace.h
47
static const hb_tag_t
vertTag
;
HarfBuzzShaper.cpp
459
static hb_feature_t vert = { HarfBuzzFace::
vertTag
, 1, 0, static_cast<unsigned>(-1) };
[
all
...]
Completed in 93 milliseconds