Searched refs:longOffset (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/content/shell/renderer/test_runner/ |
D | mock_web_theme_engine.cc | 380 int longOffset = halfWidth - gripLongIndent; in paint() local 386 left + longOffset, top + gripShortIndent, in paint() 387 left + longOffset, bottom - gripShortIndent, in paint() 390 right - longOffset, top + gripShortIndent, in paint() 391 right - longOffset, bottom - gripShortIndent, in paint() 403 int longOffset = halfHeight - gripLongIndent; in paint() local 409 left + gripShortIndent, top + longOffset, in paint() 410 right - gripShortIndent, top + longOffset, in paint() 413 left + gripShortIndent, bottom - longOffset, in paint() 414 right - gripShortIndent, bottom - longOffset, in paint() [all …]
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | otConverters.py | 219 longOffset = False variable in Table 225 if self.longOffset: 253 subWriter.longOffset = self.longOffset 262 longOffset = True variable in LTable
|
D | otBase.py | 245 if item.longOffset: 262 if item.longOffset:
|
/external/chromium_org/third_party/skia/src/sfnt/ |
D | SkOTTable_loca.h | 25 SK_OT_ULONG longOffset[1]; member
|
D | SkOTTable_glyf.h | 42 fCurrentGlyphOffset = fLocaFormat ? SkEndian_SwapBE32(*fLocaPtr.longOffset) in advance() 62 const SK_OT_ULONG* longOffset; member
|
/external/skia/src/sfnt/ |
D | SkOTTable_loca.h | 25 SK_OT_ULONG longOffset[1]; member
|
D | SkOTTable_glyf.h | 42 fCurrentGlyphOffset = fLocaFormat ? SkEndian_SwapBE32(*fLocaPtr.longOffset) in advance() 62 const SK_OT_ULONG* longOffset; member
|