Home
last modified time | relevance | path

Searched refs:penSize (Results 1 – 2 of 2) sorted by relevance

/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/cea/
DCea708Decoder.java643 int penSize = serviceBlockPacket.readBits(2); in handleSetPenAttributes() local
651 textTag, offset, penSize, italicsToggle, underlineToggle, edgeType, fontStyle); in handleSetPenAttributes()
1037 public void setPenAttributes(int textTag, int offset, int penSize, boolean italicsToggle, in setPenAttributes() argument
/external/python/cpython2/Mac/Modules/qd/
D_Qdmodule.c502 Point penSize; in GrafObj_GetPortPenSize() local
507 PyMac_GetPoint, &penSize)) in GrafObj_GetPortPenSize()
510 &penSize); in GrafObj_GetPortPenSize()
512 PyMac_BuildPoint, penSize); in GrafObj_GetPortPenSize()
931 Point penSize; in GrafObj_SetPortPenSize() local
936 PyMac_GetPoint, &penSize)) in GrafObj_SetPortPenSize()
939 penSize); in GrafObj_SetPortPenSize()