Lines Matching defs:cdata
270 ResFindAllRes(void *value, XID id, RESTYPE type, void *cdata)
272 int *counts = (int *) cdata;
361 ResFindResourcePixmaps(void *value, XID id, RESTYPE type, void *cdata)
365 unsigned long *bytes = cdata;
667 @param[in/out] cdata The context object of type ConstructResourceBytesCtx.
675 void *cdata)
677 ConstructResourceBytesCtx *ctx = cdata;
732 @param[in/out] cdata The context object of type ConstructResourceBytesCtx.
737 AddResourceSizeValue(void *ptr, XID id, RESTYPE type, void *cdata)
739 ConstructResourceBytesCtx *ctx = cdata;
804 @param[in/out] cdata The context object that contains the resource type
807 AddResourceSizeValueWithResType(void *ptr, XID id, void *cdata)
809 ConstructResourceBytesCtx *ctx = cdata;
810 AddResourceSizeValue(ptr, id, ctx->resType, cdata);
821 @param[in/out] cdata The context object as a void pointer to satisfy the
825 AddResourceSizeValueByResource(void *ptr, XID id, RESTYPE type, void *cdata)
827 ConstructResourceBytesCtx *ctx = cdata;