Home
last modified time | relevance | path

Searched defs:subr (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/third_party/freetype/src/cid/
Dcidobjs.c217 CID_Subrs subr = face->subrs + n; in cid_face_done() local
Dcidload.c412 CID_Subrs subr; in cid_read_subrs() local
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cid/
Dcidobjs.c217 CID_Subrs subr = face->subrs + n; in cid_face_done() local
Dcidload.c445 CID_Subrs subr; in cid_read_subrs() local
/external/javassist/src/main/javassist/
DCtBehavior.java797 int subr = iterator.getCodeLength() - gapLen; in insertAfter() local
852 private void insertGoto(CodeIterator iterator, int subr, int pos) in insertGoto()
/external/fonttools/Lib/fontTools/
Dsubset.py1534 def processSubr(self, index, subr): argument