Home
last modified time | relevance | path

Searched refs:wType (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/fpdfsdk/javascript/
DJS_GlobalData.cpp230 uint16_t wType = *((uint16_t*)p); in LoadGlobalPersistentVariables() local
233 if (wType == (uint16_t)(('X' << 8) | 'F')) { in LoadGlobalPersistentVariables()
327 uint16_t wType = (uint16_t)(('X' << 8) | 'F'); in SaveGlobalPersisitentVariables() local
328 sFile.AppendBlock(&wType, sizeof(uint16_t)); in SaveGlobalPersisitentVariables()
/external/skia/src/ports/
DSkFontHost_win.cpp1434 : fCurveType(curPolygon->wType) in GDIPolygonCurvePointIter()
1442 fCurveType = curPolygon->wType; in set()
1487 if (pc->wType == TT_PRIM_LINE) { in sk_path_from_gdi_path()
1494 if (pc->wType == TT_PRIM_QSPLINE) { in sk_path_from_gdi_path()
1548 if (pc->wType == TT_PRIM_LINE) { in sk_path_from_gdi_paths()
1556 if (pc->wType == TT_PRIM_QSPLINE) { in sk_path_from_gdi_paths()
/external/webrtc/webrtc/modules/audio_device/win/
Daudio_device_wave_win.cc2618 mmtime.wType = TIME_SAMPLES; in PrepareStartRecording()
2697 mmtime.wType = TIME_SAMPLES; // number of waveform-audio samples in GetPlayoutBufferDelay()
2913 mmtime.wType = TIME_SAMPLES; in GetRecordingBufferDelay()
2984 mmtime.wType = TIME_SAMPLES; in GetRecordingBufferDelay()