Searched refs:fIntValue (Results 1 – 6 of 6) sorted by relevance
305 info->fIntValue = pInt; in CreateIntFlag()306 *info->fIntValue = info->fDefaultInt = defaultValue; in CreateIntFlag()316 info->fIntValue = pInt; in CreateIntFlag()317 *info->fIntValue = info->fDefaultInt = defaultValue; in CreateIntFlag()369 *fIntValue = value; in setInt()437 , fIntValue(nullptr) in SkFlagInfo()464 int* fIntValue; variable
358 info->fIntValue = pInt; in CreateIntFlag()359 *info->fIntValue = info->fDefaultInt = defaultValue; in CreateIntFlag()366 info->fIntValue = pInt; in CreateIntFlag()367 *info->fIntValue = info->fDefaultInt = defaultValue; in CreateIntFlag()436 *fIntValue = value; in setInt()526 , fIntValue(nullptr) in SkFlagInfo()556 int32_t* fIntValue; variable
24 SkPDFUnion::SkPDFUnion(Type t, int32_t v) : fIntValue (v) , fType(t) {} in SkPDFUnion()54 fIntValue = that.fIntValue; in SkPDFUnion()171 stream->writeDecAsText(fIntValue); in emitObject()174 SkPDFUtils::AppendColorComponent(SkToU8(fIntValue), stream); in emitObject()205 SkASSERT(fIntValue >= 0); in emitObject()206 stream->writeDecAsText(fIntValue); in emitObject()
78 int32_t fIntValue; member
26 SkPDFUnion::SkPDFUnion(Type t, int32_t v) : fIntValue (v), fType(t) {} in SkPDFUnion()169 stream->writeDecAsText(fIntValue); in emitObject()172 SkPDFUtils::AppendColorComponent(SkToU8(fIntValue), stream); in emitObject()203 SkASSERT(fIntValue >= 0); in emitObject()204 stream->writeDecAsText(fIntValue); in emitObject()
91 int32_t fIntValue; member