Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/javascript/
DJS_GlobalData.cpp363 FX_WORD wType = *((FX_WORD*)p); in LoadGlobalPersistentVariables() local
368 if (wType == (FX_WORD)(('X' << 8) | 'F')) in LoadGlobalPersistentVariables()
501 FX_WORD wType = (FX_WORD)(('X' << 8) | 'F'); in SaveGlobalPersisitentVariables() local
502 sFile.AppendBlock(&wType, sizeof(FX_WORD)); in SaveGlobalPersisitentVariables()
529 FX_WORD wType = (FX_WORD)pData->nType; in MakeByteString() local
531 switch (wType) in MakeByteString()
539 sData.AppendBlock(&wType, sizeof(FX_WORD)); in MakeByteString()
550 sData.AppendBlock(&wType, sizeof(FX_WORD)); in MakeByteString()
561 sData.AppendBlock(&wType, sizeof(FX_WORD)); in MakeByteString()
574 sData.AppendBlock(&wType, sizeof(FX_DWORD)); in MakeByteString()
/external/skia/src/ports/
DSkFontHost_win.cpp1530 : fCurveType(curPolygon->wType) in GDIPolygonCurvePointIter()
1538 fCurveType = curPolygon->wType; in set()
1583 if (pc->wType == TT_PRIM_LINE) { in sk_path_from_gdi_path()
1590 if (pc->wType == TT_PRIM_QSPLINE) { in sk_path_from_gdi_path()
1644 if (pc->wType == TT_PRIM_LINE) { in sk_path_from_gdi_paths()
1652 if (pc->wType == TT_PRIM_QSPLINE) { in sk_path_from_gdi_paths()
/external/chromium_org/third_party/skia/src/ports/
DSkFontHost_win.cpp1498 : fCurveType(curPolygon->wType) in GDIPolygonCurvePointIter()
1506 fCurveType = curPolygon->wType; in set()
1551 if (pc->wType == TT_PRIM_LINE) { in sk_path_from_gdi_path()
1558 if (pc->wType == TT_PRIM_QSPLINE) { in sk_path_from_gdi_path()
1612 if (pc->wType == TT_PRIM_LINE) { in sk_path_from_gdi_paths()
1620 if (pc->wType == TT_PRIM_QSPLINE) { in sk_path_from_gdi_paths()
/external/chromium_org/third_party/webrtc/modules/audio_device/win/
Daudio_device_wave_win.cc2666 mmtime.wType = TIME_SAMPLES; in PrepareStartRecording()
2745 mmtime.wType = TIME_SAMPLES; // number of waveform-audio samples in GetPlayoutBufferDelay()
2961 mmtime.wType = TIME_SAMPLES; in GetRecordingBufferDelay()
3032 mmtime.wType = TIME_SAMPLES; in GetRecordingBufferDelay()