HomeSort by relevance Sort by last modified time
    Searched refs:penSize (Results 1 - 5 of 5) sorted by null

  /packages/apps/TV/tuner/src/com/android/tv/tuner/data/
Cea708Data.java 184 public final int penSize;
193 int penSize,
200 this.penSize = penSize;
  /packages/apps/TV/tuner/src/com/android/tv/tuner/cc/
Cea708Parser.java 604 int penSize = data[pos] & 0x03;
615 penSize, penOffset, textTag, fontTag, edgeType,
621 "CaptionCommand SPA penSize: %d, penOffset: %d, textTag: %d, "
623 penSize, penOffset, textTag, fontTag, edgeType, underline,
    [all...]
CaptionWindowLayout.java 185 switch (penAttr.penSize) {
  /frameworks/base/media/java/android/media/
Cea708CaptionRenderer.java 476 int penSize = data[pos] & 0x03;
484 new CaptionPenAttr(penSize, penOffset, textTag, fontTag, edgeType,
488 "CaptionCommand SPA penSize: %d, penOffset: %d, textTag: %d, "
490 penSize, penOffset, textTag, fontTag, edgeType, underline, italic));
    [all...]
  /external/python/cpython2/Mac/Modules/qd/
_Qdmodule.c 502 Point penSize;
507 PyMac_GetPoint, &penSize))
510 &penSize);
512 PyMac_BuildPoint, penSize);
931 Point penSize;
936 PyMac_GetPoint, &penSize))
939 penSize);
    [all...]

Completed in 135 milliseconds