Lines Matching refs:getFloat

165         if (KEY_AS("s")) doc.size = getFloat() * 0.01f;  in getValue()
169 else if (KEY_AS("tr")) doc.tracking = getFloat() * 0.1f; in getValue()
170 else if (KEY_AS("lh")) doc.height = getFloat(); in getValue()
171 else if (KEY_AS("ls")) doc.shift = getFloat(); in getValue()
176 else if (KEY_AS("sw")) doc.stroke.width = getFloat(); in getValue()
263 while (nextArrayValue()) color.input->push(getFloat()); in getValue()
287 val = getFloat(); in getValue()
296 if (nextArrayValue()) val = (uint8_t)(getFloat() * 2.55f); in getValue()
298 while (nextArrayValue()) getFloat(); in getValue()
300 val = (uint8_t)(getFloat() * 2.55f); in getValue()
309 if (nextArrayValue()) val = getFloat(); in getValue()
311 while (nextArrayValue()) getFloat(); in getValue()
313 val = getFloat(); in getValue()
329 auto val = getFloat(); in getValue()
344 auto val = getFloat(); in getValue()
445 frame.no = getFloat(); in parseKeyFrame()
672 else if (KEY_AS("ml")) stroke->miterLimit = getFloat(); in parseSolidStroke()
805 else if (KEY_AS("ml")) stroke->miterLimit = getFloat(); in parseGradientStroke()
985 else if (KEY_AS("w")) width = getFloat(); in parseAsset()
986 else if (KEY_AS("h")) height = getFloat(); in parseAsset()
1006 else if (KEY_AS("ascent")) font->ascent = getFloat(); in parseFont()
1032 else if (KEY_AS("tm")) marker->time = getFloat(); in parseMarker()
1033 else if (KEY_AS("dr")) marker->duration = getFloat(); in parseMarker()
1057 else if (KEY_AS("size")) glyph->size = static_cast<uint16_t>(getFloat()); in parseChars()
1059 else if (KEY_AS("w")) glyph->width = getFloat(); in parseChars()
1215 val = getFloat(); in getLayerSize()
1219 auto w = getFloat(); in getLayerSize()
1349 else if (KEY_AS("sr")) layer->timeStretch = getFloat(); in parseLayer()
1357 else if (KEY_AS("ip")) layer->inFrame = getFloat(); in parseLayer()
1358 else if (KEY_AS("op")) layer->outFrame = getFloat(); in parseLayer()
1359 else if (KEY_AS("st")) layer->startFrame = getFloat(); in parseLayer()
1489 else if (KEY_AS("fr")) comp->frameRate = getFloat(); in parse()
1490 else if (KEY_AS("ip")) startFrame = getFloat(); in parse()
1491 else if (KEY_AS("op")) endFrame = getFloat(); in parse()
1492 else if (KEY_AS("w")) comp->w = getFloat(); in parse()
1493 else if (KEY_AS("h")) comp->h = getFloat(); in parse()