Home | History | Annotate | Download | only in utils

Lines Matching refs:pushScalar

270 void SkLua::pushScalar(SkScalar value, const char key[]) {
289 this->pushScalar(array[i].fX, "x");
290 this->pushScalar(array[i].fY, "y");
771 SkLua(L).pushScalar(byte2unit(get_obj<SkPaint>(L, 1)->getAlpha()));
791 SkLua(L).pushScalar(get_obj<SkPaint>(L, 1)->getTextSize());
796 SkLua(L).pushScalar(get_obj<SkPaint>(L, 1)->getTextScaleX());
801 SkLua(L).pushScalar(get_obj<SkPaint>(L, 1)->getTextSkewX());
912 SkLua(L).pushScalar(get_obj<SkPaint>(L, 1)->getStrokeWidth());
922 SkLua(L).pushScalar(get_obj<SkPaint>(L, 1)->getStrokeMiter());
930 SkLua(L).pushScalar(get_obj<SkPaint>(L, 1)->measureText(text, len));
958 SkLua(L).pushScalar(height);
1937 SkLua(L).pushScalar(newBottom);