toInt 603 libcore/asobj/Array_as.cpp return (*_zeroCmp)(toInt(ret, getVM(_env))); toInt 822 libcore/asobj/Array_as.cpp resizeArray(array, toInt(val, getVM(array))); toInt 843 libcore/asobj/Array_as.cpp const int size = toInt(length, getVM(array)); toInt 947 libcore/asobj/Array_as.cpp int start = toInt(fn.arg(0), getVM(fn)); toInt 955 libcore/asobj/Array_as.cpp int remval = toInt(fn.arg(1), getVM(fn)); toInt 1175 libcore/asobj/Array_as.cpp static_cast<boost::uint8_t>(toInt(fn.arg(1), getVM(fn))); toInt 1396 libcore/asobj/Array_as.cpp int startindex = fn.nargs ? toInt(fn.arg(0), getVM(fn)) : 0; toInt 1399 libcore/asobj/Array_as.cpp int endindex = fn.nargs > 1 ? toInt(fn.arg(1), getVM(fn)) : toInt 1428 libcore/asobj/Array_as.cpp const int newSize = std::max(toInt(fn.arg(0), getVM(fn)), 0); toInt 358 libcore/asobj/AsBroadcaster.cpp const int length = toInt(getMember(*listeners, NSV::PROP_LENGTH), toInt 162 libcore/asobj/Color_as.cpp boost::int32_t color = toInt(fn.arg(0), getVM(fn)); toInt 447 libcore/asobj/Date_as.cpp gt.month = toInt(fn.arg(1), getVM(fn)); toInt 449 libcore/asobj/Date_as.cpp int year = toInt(fn.arg(0), getVM(fn)); toInt 468 libcore/asobj/Date_as.cpp gt.millisecond = toInt(fn.arg(6), getVM(fn)); toInt 470 libcore/asobj/Date_as.cpp gt.second = toInt(fn.arg(5), getVM(fn)); toInt 472 libcore/asobj/Date_as.cpp gt.minute = toInt(fn.arg(4), getVM(fn)); toInt 474 libcore/asobj/Date_as.cpp gt.hour = toInt(fn.arg(3), getVM(fn)); toInt 476 libcore/asobj/Date_as.cpp gt.monthday = toInt(fn.arg(2), getVM(fn)); toInt 844 libcore/asobj/Date_as.cpp gt.year = toInt(fn.arg(0), getVM(fn)) - 1900; toInt 845 libcore/asobj/Date_as.cpp if (fn.nargs >= 2) gt.month = toInt(fn.arg(1), getVM(fn)); toInt 846 libcore/asobj/Date_as.cpp if (fn.nargs >= 3) gt.monthday = toInt(fn.arg(2), getVM(fn)); toInt 893 libcore/asobj/Date_as.cpp if (fn.nargs >= 2) gt.month = toInt(fn.arg(1), getVM(fn)); toInt 894 libcore/asobj/Date_as.cpp if (fn.nargs >= 3) gt.monthday = toInt(fn.arg(2), getVM(fn)); toInt 992 libcore/asobj/Date_as.cpp gt.monthday = toInt(fn.arg(0), getVM(fn)); toInt 1037 libcore/asobj/Date_as.cpp gt.hour = toInt(fn.arg(0), getVM(fn)); toInt 1038 libcore/asobj/Date_as.cpp if (fn.nargs >= 2) gt.minute = toInt(fn.arg(1), getVM(fn)); toInt 1039 libcore/asobj/Date_as.cpp if (fn.nargs >= 3) gt.second = toInt(fn.arg(2), getVM(fn)); toInt 1040 libcore/asobj/Date_as.cpp if (fn.nargs >= 4) gt.millisecond = toInt(fn.arg(3), getVM(fn)); toInt 1082 libcore/asobj/Date_as.cpp gt.minute = toInt(fn.arg(0), getVM(fn)); toInt 1083 libcore/asobj/Date_as.cpp if (fn.nargs >= 2) gt.second = toInt(fn.arg(1), getVM(fn)); toInt 1084 libcore/asobj/Date_as.cpp if (fn.nargs >= 3) gt.millisecond = toInt(fn.arg(2), getVM(fn)); toInt 1126 libcore/asobj/Date_as.cpp gt.second = toInt(fn.arg(0), getVM(fn)); toInt 1127 libcore/asobj/Date_as.cpp if (fn.nargs >= 2) gt.millisecond = toInt(fn.arg(1), getVM(fn)); toInt 1255 libcore/asobj/Date_as.cpp gt.millisecond = toInt(fn.arg(6), getVM(fn)); toInt 1257 libcore/asobj/Date_as.cpp gt.second = toInt(fn.arg(5), getVM(fn)); toInt 1259 libcore/asobj/Date_as.cpp gt.minute = toInt(fn.arg(4), getVM(fn)); toInt 1261 libcore/asobj/Date_as.cpp gt.hour = toInt(fn.arg(3), getVM(fn)); toInt 1263 libcore/asobj/Date_as.cpp gt.monthday = toInt(fn.arg(2), getVM(fn)); toInt 1265 libcore/asobj/Date_as.cpp gt.month = toInt(fn.arg(1), getVM(fn)); toInt 516 libcore/asobj/Global_as.cpp base = toInt(fn.arg(1), getVM(fn)); toInt 644 libcore/asobj/Global_as.cpp const int setFalse = (fn.nargs < 4 ? 0 : toInt(fn.arg(3), getVM(fn))) & toInt 666 libcore/asobj/Global_as.cpp const int sx = toInt(fn.arg(0), getVM(fn)); toInt 667 libcore/asobj/Global_as.cpp const int sy = toInt(fn.arg(1), getVM(fn)); toInt 709 libcore/asobj/Global_as.cpp const int sx = toInt(fn.arg(0), getVM(fn)); toInt 710 libcore/asobj/Global_as.cpp const int sy = toInt(fn.arg(1), getVM(fn)); toInt 758 libcore/asobj/Global_as.cpp const int major = toInt(fn.arg(1), getVM(fn)); toInt 763 libcore/asobj/Global_as.cpp fn.nargs > 3 ? std::max<boost::int32_t>(toInt(fn.arg(3), getVM(fn)), 0) : 0; toInt 827 libcore/asobj/Global_as.cpp const int major = toInt(fn.arg(1), getVM(fn)); toInt 832 libcore/asobj/Global_as.cpp fn.nargs > 3 ? std::max<boost::int32_t>(toInt(fn.arg(3), getVM(fn)), 0) : 0; toInt 1096 libcore/asobj/Global_as.cpp const boost::uint32_t id = toInt(fn.arg(0), getVM(fn)); toInt 76 libcore/asobj/Key_as.cpp const int keycode = toInt(fn.arg(0), getVM(fn)); toInt 870 libcore/asobj/LocalConnection_as.cpp const size_t count = std::max<int>(0, toInt(a, getVM(o))); toInt 299 libcore/asobj/Microphone_as.cpp const boost::int32_t gain = clamp<boost::int32_t>(toInt(fn.arg(0), getVM(fn)), 0, 100); toInt 314 libcore/asobj/Microphone_as.cpp ptr->setRate(toInt(fn.arg(0), getVM(fn))); toInt 456 libcore/asobj/Microphone_as.cpp const int timeout = std::max<boost::int32_t>(toInt(fn.arg(1), getVM(fn)), 0); toInt 321 libcore/asobj/MovieClip_as.cpp ptr->addDisplayListObject(mc, toInt(fn.arg(1), getVM(fn))); toInt 900 libcore/asobj/MovieClip_as.cpp static_cast<MovieClip::VariablesMethod>(toInt(val, getVM(fn))); toInt 957 libcore/asobj/MovieClip_as.cpp static_cast<MovieClip::VariablesMethod>(toInt(val, getVM(fn))); toInt 1067 libcore/asobj/MovieClip_as.cpp const int depth = toInt(fn.arg(0), getVM(fn)); toInt 1127 libcore/asobj/MovieClip_as.cpp static_cast<MovieClip::VariablesMethod>(toInt(val, getVM(fn))); toInt 1525 libcore/asobj/MovieClip_as.cpp miterLimitFactor = clamp<int>(toInt(fn.arg(7), getVM(fn)), 1, 255); toInt 1598 libcore/asobj/MovieClip_as.cpp boost::uint32_t rgbval = toInt(fn.arg(1), getVM(fn)); toInt 1681 libcore/asobj/MovieClip_as.cpp a = 255 * clamp<int>(toInt(fn.arg(1), getVM(fn)), 0, 100) / 100; toInt 1804 libcore/asobj/MovieClip_as.cpp boost::uint32_t col = colVal.is_number() ? toInt(colVal, getVM(fn)) : 0; toInt 1826 libcore/asobj/MovieClip_as.cpp clamp<boost::uint32_t>(toInt(ratVal, getVM(fn)), minRatio, 0xff) toInt 2055 libcore/asobj/MovieClip_as.cpp int depth = toInt(fn.arg(1), getVM(fn)); toInt 74 libcore/asobj/Number_as.cpp int userRadix = toInt(fn.arg(0), getVM(fn)); toInt 247 libcore/asobj/Selection_as.cpp int start = toInt(fn.arg(0), getVM(fn)); toInt 248 libcore/asobj/Selection_as.cpp int end = toInt(fn.arg(1), getVM(fn)); toInt 762 libcore/asobj/SharedObject_as.cpp space = toInt(fn.arg(0), getVM(fn)); toInt 182 libcore/asobj/String_as.cpp size_t start = validIndex(wstr, toInt(fn.arg(0), getVM(fn))); toInt 188 libcore/asobj/String_as.cpp end = validIndex(wstr, toInt(fn.arg(1), getVM(fn))); toInt 264 libcore/asobj/String_as.cpp int limit = toInt(fn.arg(1), getVM(fn)); toInt 297 libcore/asobj/String_as.cpp int limit = toInt(fn.arg(1), getVM(fn)); toInt 355 libcore/asobj/String_as.cpp start = toInt(fn.arg(1), getVM(fn)); toInt 388 libcore/asobj/String_as.cpp int start = validIndex(wstr, toInt(fn.arg(0), getVM(fn))); toInt 394 libcore/asobj/String_as.cpp num = toInt(fn.arg(1), getVM(fn)); toInt 428 libcore/asobj/String_as.cpp int start = toInt(s, getVM(fn)); toInt 440 libcore/asobj/String_as.cpp int num = toInt(fn.arg(1), getVM(fn)); toInt 490 libcore/asobj/String_as.cpp int start_arg = toInt(saval, getVM(fn)); toInt 527 libcore/asobj/String_as.cpp static_cast<boost::uint16_t>(toInt(fn.arg(i), getVM(fn))); toInt 547 libcore/asobj/String_as.cpp static_cast<boost::uint16_t>(toInt(fn.arg(i), getVM(fn))); toInt 603 libcore/asobj/String_as.cpp const size_t index = static_cast<size_t>(toInt(fn.arg(0), getVM(fn))); toInt 226 libcore/asobj/TextField_as.cpp const int depth = toInt(fn.arg(1), getVM(fn)); toInt 227 libcore/asobj/TextField_as.cpp const int x = toInt(fn.arg(2), getVM(fn)); toInt 228 libcore/asobj/TextField_as.cpp const int y = toInt(fn.arg(3), getVM(fn)); toInt 230 libcore/asobj/TextField_as.cpp int width = toInt(fn.arg(4), getVM(fn)); toInt 239 libcore/asobj/TextField_as.cpp int height = toInt(fn.arg(5), getVM(fn)); toInt 319 libcore/asobj/TextField_as.cpp newColor.parseRGB(static_cast<boost::uint32_t>(toInt(fn.arg(0), getVM(fn)))); toInt 847 libcore/asobj/TextField_as.cpp text->maxChars(toInt(fn.arg(0), getVM(fn))); toInt 989 libcore/asobj/TextField_as.cpp int userEnd = toInt(fn.arg(1), getVM(fn)); toInt 1000 libcore/asobj/TextField_as.cpp wstring::size_type start = toInt(fn.arg(0), getVM(fn)); toInt 65 libcore/asobj/TextFormat_as.cpp return pixelsToTwips(std::max<int>(toInt(val, getVM(fn())), 0)); toInt 409 libcore/asobj/TextFormat_as.cpp tf->leadingSet(pixelsToTwips(toInt(fn.arg(12), getVM(fn)))); toInt 411 libcore/asobj/TextFormat_as.cpp tf->indentSet(pixelsToTwips(toInt(fn.arg(11), getVM(fn)))); toInt 413 libcore/asobj/TextFormat_as.cpp tf->rightMarginSet(pixelsToTwips(toInt(fn.arg(10), getVM(fn)))); toInt 415 libcore/asobj/TextFormat_as.cpp tf->leftMarginSet(pixelsToTwips(toInt(fn.arg(9), getVM(fn)))); toInt 431 libcore/asobj/TextFormat_as.cpp col.parseRGB(toInt(fn.arg(2), getVM(fn))); toInt 435 libcore/asobj/TextFormat_as.cpp tf->sizeSet(pixelsToTwips(toInt(fn.arg(1), getVM(fn)))); toInt 516 libcore/asobj/TextFormat_as.cpp newcolor.parseRGB(toInt(fn.arg(0), getVM(fn))); toInt 501 libcore/asobj/TextSnapshot_as.cpp toInt(fn.arg(0), getVM(fn))); toInt 503 libcore/asobj/TextSnapshot_as.cpp toInt(fn.arg(1), getVM(fn))); toInt 527 libcore/asobj/TextSnapshot_as.cpp boost::int32_t start = toInt(fn.arg(0), getVM(fn)); toInt 567 libcore/asobj/TextSnapshot_as.cpp toInt(fn.arg(0), getVM(fn))); toInt 569 libcore/asobj/TextSnapshot_as.cpp toInt(fn.arg(1), getVM(fn))); toInt 607 libcore/asobj/TextSnapshot_as.cpp const boost::int32_t start = toInt(fn.arg(0), getVM(fn)); toInt 608 libcore/asobj/TextSnapshot_as.cpp const boost::int32_t end = toInt(fn.arg(1), getVM(fn)); toInt 653 libcore/asobj/TextSnapshot_as.cpp toInt(fn.arg(0), getVM(fn))); toInt 655 libcore/asobj/TextSnapshot_as.cpp toInt(fn.arg(1), getVM(fn))); toInt 566 libcore/asobj/XMLNode_as.cpp xml->nodeTypeSet(XMLNode_as::NodeType(toInt(fn.arg(0), getVM(fn)))); toInt 507 libcore/asobj/flash/display/BitmapData_as.cpp const boost::uint32_t color = toInt(fn.arg(1), getVM(fn)); toInt 509 libcore/asobj/flash/display/BitmapData_as.cpp ptr->fillRect(toInt(x, getVM(fn)), toInt(y, getVM(fn)), toInt 510 libcore/asobj/flash/display/BitmapData_as.cpp toInt(w, getVM(fn)), toInt(h, getVM(fn)), color); toInt 533 libcore/asobj/flash/display/BitmapData_as.cpp const int x = toInt(fn.arg(0), getVM(fn)); toInt 534 libcore/asobj/flash/display/BitmapData_as.cpp const int y = toInt(fn.arg(1), getVM(fn)); toInt 540 libcore/asobj/flash/display/BitmapData_as.cpp const boost::uint32_t fill = toInt(fn.arg(2), getVM(fn)); toInt 583 libcore/asobj/flash/display/BitmapData_as.cpp const int x = toInt(fn.arg(0), getVM(fn)); toInt 584 libcore/asobj/flash/display/BitmapData_as.cpp const int y = toInt(fn.arg(1), getVM(fn)); toInt 608 libcore/asobj/flash/display/BitmapData_as.cpp const int x = toInt(fn.arg(0), getVM(fn)); toInt 609 libcore/asobj/flash/display/BitmapData_as.cpp const int y = toInt(fn.arg(1), getVM(fn)); toInt 695 libcore/asobj/flash/display/BitmapData_as.cpp const boost::uint32_t color = toInt(fn.arg(2), getVM(fn)); toInt 719 libcore/asobj/flash/display/BitmapData_as.cpp const boost::uint32_t color = toInt(fn.arg(2), getVM(fn)); toInt 884 libcore/asobj/flash/display/BitmapData_as.cpp size_t width = toInt(fn.arg(0), getVM(fn)); toInt 885 libcore/asobj/flash/display/BitmapData_as.cpp size_t height = toInt(fn.arg(1), getVM(fn)); toInt 887 libcore/asobj/flash/display/BitmapData_as.cpp boost::uint32_t fillColor = fn.nargs > 3 ? toInt(fn.arg(3), getVM(fn)) : 0xffffffff; toInt 339 libcore/asobj/flash/geom/ColorTransform_as.cpp boost::uint32_t rgb = toInt(fn.arg(0), getVM(fn)); toInt 865 libcore/vm/ASHandlers.cpp int size = toInt(env.top(0), getVM(env)); toInt 866 libcore/vm/ASHandlers.cpp int start = toInt(env.top(1), getVM(env)); toInt 942 libcore/vm/ASHandlers.cpp env.top(0).set_double(toInt(env.top(0), getVM(env))); toInt 1413 libcore/vm/ASHandlers.cpp const unsigned int nargs = toInt(env.top(off++), getVM(env)); toInt 1445 libcore/vm/ASHandlers.cpp int max = toInt(env.top(0), getVM(env)); toInt 1507 libcore/vm/ASHandlers.cpp const boost::uint16_t c = toInt(env.top(0), getVM(env)); toInt 1552 libcore/vm/ASHandlers.cpp int size = toInt(env.top(0), getVM(env)); toInt 1553 libcore/vm/ASHandlers.cpp int start = toInt(env.top(1), getVM(env)); toInt 1653 libcore/vm/ASHandlers.cpp const boost::uint16_t i = toInt(env.top(0), getVM(env)); toInt 2353 libcore/vm/ASHandlers.cpp const int array_size = toInt(env.pop(), getVM(env)); toInt 2385 libcore/vm/ASHandlers.cpp const int nmembers = toInt(env.pop(), getVM(env)); toInt 2954 libcore/vm/ASHandlers.cpp const int operand1 = toInt(env.top(1), getVM(env)); toInt 2955 libcore/vm/ASHandlers.cpp const int operand2 = toInt(env.top(0), getVM(env)); toInt 2966 libcore/vm/ASHandlers.cpp const int operand1 = toInt(env.top(1), getVM(env)); toInt 2967 libcore/vm/ASHandlers.cpp const int operand2 = toInt(env.top(0), getVM(env)); toInt 2978 libcore/vm/ASHandlers.cpp const int operand1 = toInt(env.top(1), getVM(env)); toInt 2979 libcore/vm/ASHandlers.cpp const int operand2 = toInt(env.top(0), getVM(env)); toInt 2993 libcore/vm/ASHandlers.cpp boost::int32_t amount = toInt(env.top(0), getVM(env)) % 32; toInt 2996 libcore/vm/ASHandlers.cpp boost::int32_t value = toInt(env.top(1), getVM(env)); toInt 3010 libcore/vm/ASHandlers.cpp boost::uint32_t amount = toInt(env.top(0), getVM(env)); toInt 3011 libcore/vm/ASHandlers.cpp boost::int32_t value = toInt(env.top(1), getVM(env)); toInt 3025 libcore/vm/ASHandlers.cpp boost::uint32_t amount = toInt(env.top(0), getVM(env)); toInt 3026 libcore/vm/ASHandlers.cpp boost::int32_t value = toInt(env.top(1), getVM(env)); toInt 1211 libcore/vm/Machine.cpp boost::uint32_t index = toInt(indexv); toInt 2219 libcore/vm/Machine.cpp _stack.top(0) = toInt(_stack.top(0)); toInt 2464 libcore/vm/Machine.cpp _stack.top(0) = ~toInt(_stack.top(0)); toInt 2536 libcore/vm/Machine.cpp _stack.top(1) = toInt(_stack.top(1)) << toInt(_stack.top(0)); toInt 2549 libcore/vm/Machine.cpp _stack.top(1) = toInt(_stack.top(1)) >> toInt(_stack.top(0)); toInt 2564 libcore/vm/Machine.cpp >> toInt(_stack.top(0)); toInt 2575 libcore/vm/Machine.cpp _stack.top(1) = toInt(_stack.top(1)) & toInt(_stack.top(0)); toInt 2586 libcore/vm/Machine.cpp _stack.top(1) = toInt(_stack.top(1)) | toInt(_stack.top(0)); toInt 2598 libcore/vm/Machine.cpp _stack.top(1) = toInt(_stack.top(1)) ^ toInt(_stack.top(0)); toInt 2769 libcore/vm/Machine.cpp _stack.top(0) = toInt(_stack.top(0)) + 1; toInt 2777 libcore/vm/Machine.cpp _stack.top(0) = toInt(_stack.top(0)) - 1; toInt 2787 libcore/vm/Machine.cpp setRegister(foff, toInt(getRegister(foff)) + 1); toInt 2797 libcore/vm/Machine.cpp setRegister(foff, toInt(getRegister(foff)) - 1); toInt 2806 libcore/vm/Machine.cpp _stack.top(0) = - toInt(_stack.top(0)); toInt 2814 libcore/vm/Machine.cpp _stack.top(1) = toInt(_stack.top(1)) + toInt 2815 libcore/vm/Machine.cpp toInt(_stack.top(0)); toInt 2824 libcore/vm/Machine.cpp _stack.top(1) = toInt(_stack.top(1)) - toInt 2825 libcore/vm/Machine.cpp toInt(_stack.top(0)); toInt 2834 libcore/vm/Machine.cpp _stack.top(1) = toInt(_stack.top(0)) * toInt(_stack.top(1)); toInt 428 libcore/vm/VM.h boost::int32_t toInt(const as_value& val, const VM& vm); toInt 120 plugin/klash/klash_part.cpp m_width = value.toInt (); toInt 122 plugin/klash/klash_part.cpp m_height = value.toInt (); toInt 132 plugin/klash/klash_part.cpp m_autostart = value.toInt (&ok); toInt 131 plugin/klash4/klash_part.cpp m_width = value.toInt (); toInt 133 plugin/klash4/klash_part.cpp m_height = value.toInt (); toInt 143 plugin/klash4/klash_part.cpp m_autostart = value.toInt (&ok);