OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:subhead
(Results
1 - 4
of
4
) sorted by null
/external/fonttools/Lib/fontTools/ttLib/tables/
_c_m_a_p.py
417
# For all the two byte char codes, we assume that the first byte maps maps to the empty
subhead
(with an entry count of 0,
427
# with the result that the
subhead
0 would not get created just by processing the item list.
446
if firstbyte != lastFirstByte: # Need to update the current
subhead
, and start a new one.
458
assert (subHeader.entryCount == len(subHeader.glyphIndexArray)), "Error -
subhead
entry count does not match len of glyphID subrange."
513
for
subhead
in subHeaderList[:-1]:
514
length = length + len(
subhead
.glyphIndexArray)*2 # We can't use
subhead
.entryCount, as some of the
subhead
may share subArrays.
518
for
subhead
in subHeaderList:
519
dataList.append(struct.pack(subHeaderFormat,
subhead
.firstCode, subhead.entryCount, subhead.idDelta, subhead.idRangeOffset)
[
all
...]
/external/libnl/doc/stylesheets/
slidy.css
249
p.
subhead
{ font-weight: bold; margin-top: 2em; }
/build/make/tools/droiddoc/templates-ndk/assets/css/
default.css
[
all
...]
/external/doclava/res/assets/templates-sdk/assets/css/
default.css
[
all
...]
Completed in 300 milliseconds