Searched refs:wType (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/fxjs/ |
D | cfx_globaldata.cpp | 48 uint16_t wType = static_cast<uint16_t>(eType); in MakeNameTypeString() local 49 result->AppendBlock(&wType, sizeof(uint16_t)); in MakeNameTypeString() 279 uint16_t wType = *((uint16_t*)p); in LoadGlobalPersistentVariablesFromBuffer() local 281 if (wType != kMagic) in LoadGlobalPersistentVariablesFromBuffer() 382 uint16_t wType = kMagic; in SaveGlobalPersisitentVariables() local 384 sFile.AppendBlock(&wType, sizeof(uint16_t)); in SaveGlobalPersisitentVariables()
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Inc/ |
D | stm32l4xx_hal_pcd.h | 431 #define PCD_SET_EPTYPE(USBx, bEpNum,wType) (PCD_SET_ENDPOINT((USBx), (bEpNum),\ argument 432 … ((PCD_GET_ENDPOINT((USBx), (bEpNum)) & USB_EP_T_MASK) | (wType) )))
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Inc/ |
D | stm32l4xx_hal_pcd.h | 431 #define PCD_SET_EPTYPE(USBx, bEpNum,wType) (PCD_SET_ENDPOINT((USBx), (bEpNum),\ argument 432 … ((PCD_GET_ENDPOINT((USBx), (bEpNum)) & USB_EP_T_MASK) | (wType) )))
|
/external/skia/src/ports/ |
D | SkFontHost_win.cpp | 1280 : fCurveType(curPolygon->wType) in GDIPolygonCurvePointIter() 1288 fCurveType = curPolygon->wType; in set() 1365 if (pc->wType == TT_PRIM_LINE) { in process() 1376 if (pc->wType == TT_PRIM_QSPLINE) { in process() 1436 if (pc->wType == TT_PRIM_LINE) { in process() 1448 if (pc->wType == TT_PRIM_QSPLINE) { in process()
|
/external/skqp/src/ports/ |
D | SkFontHost_win.cpp | 1341 : fCurveType(curPolygon->wType) in GDIPolygonCurvePointIter() 1349 fCurveType = curPolygon->wType; in set() 1394 if (pc->wType == TT_PRIM_LINE) { in sk_path_from_gdi_path() 1401 if (pc->wType == TT_PRIM_QSPLINE) { in sk_path_from_gdi_path() 1455 if (pc->wType == TT_PRIM_LINE) { in sk_path_from_gdi_paths() 1463 if (pc->wType == TT_PRIM_QSPLINE) { in sk_path_from_gdi_paths()
|