Lines Matching defs:fOptions
2389 \param fOptions ExtTextOutOptions Enumeration
2390 \param rcl (Optional, when fOptions & 7) grayed/clipping/opaque rectangle
2398 uint32_t fOptions,
2411 if(fOptions & U_ETO_PDY)cbDxArray += cbDxArray; // of the Dx buffer, here do both X and Y coordinates
2413 if(!(fOptions & U_ETO_NO_RECT)){ irecsize += sizeof(U_RECTL); } // plus variable U_RECTL, when it is present
2419 ((PU_EMRTEXT)record)->fOptions = fOptions;
2421 if(!(fOptions & U_ETO_NO_RECT)){ // variable field, may or may not be present
3031 if(!(emrtext->fOptions & U_ETO_NO_RECT)){ cbEmrtext += sizeof(U_RECTL); } // plus the variable U_RECTL, when it is present
3033 if(emrtext->fOptions & U_ETO_PDY)cbDx += cbDx; // size of Dx buffer when both x and y offsets are used