Lines Matching refs:cTargets
354 * @param cTargets the size of the list in @a pTargets
358 size_t cTargets)
363 AssertReturn(VALID_PTR(pTargets) || cTargets == 0, NIL_CLIPX11FORMAT);
364 for (unsigned i = 0; i < cTargets; ++i)
407 * @param cTargets the size of the list in @a pTargets
411 size_t cTargets)
416 AssertReturn(VALID_PTR(pTargets) || cTargets == 0, NIL_CLIPX11FORMAT);
417 for (unsigned i = 0; i < cTargets; ++i)
440 * @param cTargets the size of the list in @a pTargets
443 CLIPX11FORMAT *pTargets, size_t cTargets)
449 bestTextFormat = clipGetTextFormatFromTargets(pCtx, pTargets, cTargets);
455 bestBitmapFormat = clipGetBitmapFormatFromTargets(pCtx, pTargets, cTargets);
469 * @param cTargets the size of the array @a pTargets
472 size_t cTargets)
488 clipGetFormatsFromTargets(pCtx, pTargets, cTargets);
951 unsigned cTargets = 0;
959 atomTargets[cTargets] = clipAtomForX11Format(pCtx, format);
960 ++cTargets;
964 atomTargets[cTargets] = clipGetAtom(pCtx, "TARGETS");
965 atomTargets[cTargets + 1] = clipGetAtom(pCtx, "MULTIPLE");
966 atomTargets[cTargets + 2] = clipGetAtom(pCtx, "TIMESTAMP");
969 *pcLenReturn = cTargets + 3;