OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:charCodes
(Results
1 - 2
of
2
) sorted by null
/external/fonttools/Lib/fontTools/ttLib/tables/
_c_m_a_p.py
190
charCodes
= list(range(lenArray))
192
list(map(operator.setitem, [cmap]*lenArray,
charCodes
, names))
200
charCodes
= [entry[0] for entry in charCodeList]
202
assert
charCodes
== list(range(256))
300
#
Charcodes
may be one or two bytes.
371
charCodes
= list(cmap.keys())
378
list(map(operator.setitem, [cmap]*lenCmap,
charCodes
, names))
388
charCodes
= [item[0] for item in items]
391
lenCharCodes = len(
charCodes
)
428
charCode =
charCodes
[0
[
all
...]
/external/chromium_org/third_party/skia/tools/
create_test_font.cpp
185
SkTDArray<unsigned>*
charCodes
, SkTDArray<SkScalar>* widths) {
216
*
charCodes
->append() = index;
274
SkTDArray<unsigned>
charCodes
;
277
output_path_data(paint, used, emSize, &ptsOut, &verbs, &
charCodes
, &widths);
308
int offsetCount =
charCodes
.count();
310
unsigned offset =
charCodes
[index];
Completed in 236 milliseconds