Searched refs:pAttr (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/core/fxcodec/tiff/ |
D | tiffmodule.cpp | 193 bool Tiff_Exif_GetInfo(TIFF* tif_ctx, ttag_t tag, CFX_DIBAttribute* pAttr) { in Tiff_Exif_GetInfo() argument 200 pAttr->m_Exif[tag] = ptr; in Tiff_Exif_GetInfo() 206 CFX_DIBAttribute* pAttr) { in Tiff_Exif_GetStringInfo() argument 215 pAttr->m_Exif[tag] = ptr; in Tiff_Exif_GetStringInfo()
|
/external/pdfium/core/fpdfdoc/ |
D | cpdf_formfield.cpp | 42 const CPDF_Object* pAttr = pFieldDict->GetDirectObjectFor(name); in GetFieldAttrRecursive() local 43 if (pAttr) in GetFieldAttrRecursive() 44 return pAttr; in GetFieldAttrRecursive()
|
/external/rust/crates/libc/src/vxworks/ |
D | mod.rs | 1284 pub fn pthread_mutexattr_settype(pAttr: *mut ::pthread_mutexattr_t, pType: ::c_int) -> ::c_int; in pthread_mutexattr_settype() 1308 pub fn pthread_attr_setname(pAttr: *mut ::pthread_attr_t, name: *mut ::c_char) -> ::c_int; in pthread_attr_setname() 1323 pAttr: *const ::pthread_attr_t, in pthread_create() 1371 pAttr: *const ::pthread_condattr_t, in pthread_condattr_getclock() 1377 pAttr: *mut ::pthread_condattr_t, in pthread_condattr_setclock()
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_shader.cpp | 1378 Value *pAttr = GEP(pPatchData, {(uint32_t)0, ScalarCPoint_attrib}); in swr_tes_llvm_fetch_patch_input() local 1379 Value *Val = LOADV(pAttr, {C(0), attrib, unwrap(swizzle_index)}); in swr_tes_llvm_fetch_patch_input() 1394 Value *pAttr = GEP(pPatchData, {(uint32_t)0, ScalarCPoint_attrib}); in swr_tes_llvm_fetch_patch_input() local 1395 Value *Val = LOADV(pAttr, {C(0), attrib, unwrap(swizzle_index)}); in swr_tes_llvm_fetch_patch_input() 1455 Value *pAttr = GEP(pAttrTab, {(Value*)C(0), attrib}); in swr_tes_llvm_fetch_vtx_input() local 1456 Value *Val = LOADV(pAttr, {C(0), unwrap(swizzle_index)}); in swr_tes_llvm_fetch_vtx_input() 1473 Value *pAttr = GEP(pAttrTab, {(Value*)C(0), attrib}); in swr_tes_llvm_fetch_vtx_input() local 1474 Value *Val = LOADV(pAttr, {C(0), unwrap(swizzle_index)}); in swr_tes_llvm_fetch_vtx_input()
|