Lines Matching defs:pTargets
353 * @param pTargets the list of targets
354 * @param cTargets the size of the list in @a pTargets
357 CLIPX11FORMAT *pTargets,
363 AssertReturn(VALID_PTR(pTargets) || cTargets == 0, NIL_CLIPX11FORMAT);
366 CLIPX11FORMAT format = pTargets[i];
406 * @param pTargets the list of targets
407 * @param cTargets the size of the list in @a pTargets
410 CLIPX11FORMAT *pTargets,
416 AssertReturn(VALID_PTR(pTargets) || cTargets == 0, NIL_CLIPX11FORMAT);
419 CLIPX11FORMAT format = pTargets[i];
439 * @param pTargets the list of targets
440 * @param cTargets the size of the list in @a pTargets
443 CLIPX11FORMAT *pTargets, size_t cTargets)
446 AssertPtrReturnVoid(pTargets);
449 bestTextFormat = clipGetTextFormatFromTargets(pCtx, pTargets, cTargets);
455 bestBitmapFormat = clipGetBitmapFormatFromTargets(pCtx, pTargets, cTargets);
468 * @param pTargets the array of atoms describing the targets supported
469 * @param cTargets the size of the array @a pTargets
471 static void clipUpdateX11Targets(CLIPBACKEND *pCtx, CLIPX11FORMAT *pTargets,
483 if (pTargets == NULL) {
488 clipGetFormatsFromTargets(pCtx, pTargets, cTargets);