OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:subtable
(Results
76 - 100
of
114
) sorted by null
1
2
3
4
5
/external/sfntly/cpp/src/sfntly/table/bitmap/
eblc_table.h
81
// indexSubTable - all offset relative to the
subtable
start
/external/sfntly/cpp/src/sfntly/table/truetype/
glyph_table.cc
228
return
SubTable
::Padding();
256
:
SubTable
(data),
286
:
SubTable
::Builder(data) {
290
:
SubTable
::Builder(data) {
/external/sfntly/cpp/src/test/
bitmap_table_test.cc
172
// And this
subtable
shall have exactly the same offset as original table
/frameworks/minikin/include/minikin/
FontFamily.h
139
// Returns true if this font family has a variaion sequence table (cmap format 14
subtable
).
/frameworks/minikin/libs/minikin/
FontFamily.cpp
199
// 14
subtable
.
/external/fonttools/Lib/fontTools/
merge.py
480
subtable
= otTables.SingleSubst()
481
subtable
.mapping = dups
486
synthLookup.
SubTable
= [
subtable
]
582
for st in self.
SubTable
:
subset.py
799
for st in self.
SubTable
:
806
for st in self.
SubTable
:
813
self.
SubTable
= [st for st in self.
SubTable
if st and st.subset_glyphs(s)]
814
self.SubTableCount = len(self.
SubTable
)
820
for st in self.
SubTable
:
827
for s in self.
SubTable
:
832
return _uniq_sort(sum((st.collect_lookups() for st in self.
SubTable
837
return any(st.may_have_non_1to1() for st in self.
SubTable
if st)
[
all
...]
/external/sfntly/
Android.mk
63
cpp/src/sfntly/table/
subtable
.cc \
/frameworks/base/tools/fonts/
fontchain_lint.py
128
for
subtable
in lookup.
SubTable
:
129
ligatures =
subtable
.ligatures
/external/sfntly/cpp/src/sfntly/table/core/
cmap_table.cc
235
:
SubTable
(data), format_(format), cmap_id_(cmap_id) {
303
:
SubTable
::Builder(data),
312
:
SubTable
::Builder(data),
[
all
...]
/external/autotest/tko/
display.py
223
## in future: to do
subtable
within the cell
/external/fonttools/Doc/
changes.txt
41
- Fixed bug in ClassDef format 1
subtable
(Andreas Seidel bumped into
/external/freetype/src/sfnt/
ttpost.c
398
/* go to beginning of
subtable
*/
ttcmap.c
[
all
...]
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/sfnt/
ttpost.c
398
/* go to beginning of
subtable
*/
ttcmap.c
[
all
...]
/external/pdfium/third_party/freetype/src/sfnt/
ttpost.c
398
/* go to beginning of
subtable
*/
ttcmap.c
[
all
...]
/external/opencv/otherlibs/highgui/
bitstrm.cpp
664
/* write header of
subtable
*/
666
/* write jump to
subtable
*/
/external/sfntly/cpp/src/sample/chromium/
subsetter_impl.cc
320
//
Subtable
is malformed, let's just skip it.
699
// - format 4
subtable
can be subsetted as well using sfntly
/external/harfbuzz_ng/src/
hb-ot-layout-gsubgpos-private.hh
[
all
...]
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/otvalid/
otvcommn.c
372
/*
SubTable
*/
/external/freetype/include/
freetype.h
[
all
...]
/prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
freetype.h
[
all
...]
/frameworks/base/docs/html/training/contacts-provider/
display-contact-badge.jd
192
from the {@link android.provider.ContactsContract.Contacts.Photo Contacts.Photo}
subtable
.
Completed in 1850 milliseconds
1
2
3
4
5