HomeSort by relevance Sort by last modified time
    Searched refs:GetInt (Results 1 - 16 of 16) sorted by null

  /external/skia/src/images/
bmpdecoderhelper.cpp 40 GetInt(); // Size.
41 GetInt(); // Reserved.
42 int offset = GetInt();
44 int infoSize = GetInt();
55 width_ = GetInt();
56 height_ = GetInt();
59 comp = GetInt();
60 GetInt(); // Size.
61 GetInt(); // XPPM.
62 GetInt(); // YPPM
    [all...]
bmpdecoderhelper.h 93 int GetInt();
  /development/simulator/app/
Preferences.h 52 bool GetInt(const char* name, int* pInt) const;
LogWindow.cpp 113 pPrefs->GetInt("log-pool-size-kbytes", &poolSize);
118 pPrefs->GetInt("log-display-msg-count", &mMaxDisplayMsgs);
126 pPrefs->GetInt("log-header-format", &tmpInt);
129 pPrefs->GetInt("log-extra-spacing", &mExtraSpacing);
130 pPrefs->GetInt("log-point-size", &mPointSize);
197 pPrefs->GetInt("log-display-level", &defaultLogLevel);
358 pPrefs->GetInt("window-log-x", &x);
359 pPrefs->GetInt("window-log-y", &y);
360 pPrefs->GetInt("window-log-width", &width);
361 pPrefs->GetInt("window-log-height", &height)
    [all...]
MyApp.cpp 144 mPrefs.GetInt("window-main-x", &pos.x);
145 mPrefs.GetInt("window-main-y", &pos.y);
Preferences.cpp 395 bool Preferences::GetInt(const char* name, int* pInt) const
439 if (GetInt(name, &oldVal) && val == oldVal)
MainFrame.cpp 107 pPrefs->GetInt("window-device-x", &val);
110 pPrefs->GetInt("window-device-y", &val);
401 pPrefs->GetInt("onion-skin-alpha-value", &initialAlphaVal);
854 pPrefs->SetBool(pref, (bool) event.GetInt());
855 //printf("--- set pref '%s' to %d\n", pref, (bool) event.GetInt());
861 if ((bool) event.GetInt())
    [all...]
DeviceWindow.cpp 181 pPrefs->GetInt("onion-skin-alpha-value", &alphaVal);
LogPrefsDialog.cpp 393 EnableFileControls(event.GetInt());
  /external/chromium/net/proxy/
proxy_config_service_linux.h 74 virtual bool GetInt(const char* key, int* result) = 0;
proxy_config_service_linux.cc 313 virtual bool GetInt(const char* key, int* result) {
513 virtual bool GetInt(const char* key, int* result) {
825 gconf_getter_->GetInt((key + "port").c_str(), &port);
    [all...]
proxy_config_service_linux_unittest.cc 186 virtual bool GetInt(const char* key, int* result) {
    [all...]
  /external/v8/src/
serialize.cc 560 int offset = source_->GetInt();
570 int offset = source_->GetInt();
646 int size = source_->GetInt() << kObjectAlignmentBits;
687 int size = source_->GetInt();
809 int reference_id = source_->GetInt();
815 int reference_id = source_->GetInt();
837 int root_id = source_->GetInt();
842 int cache_index = source_->GetInt();
    [all...]
serialize.h 125 inline int GetInt();
224 int SnapshotByteSource::GetInt() {
  /external/sonivox/jet_tools/JetCreator/
JetDialogs.py 456 self.SetGraphType(event.GetInt())
    [all...]
  /external/icu4c/i18n/
decNumber.c     [all...]

Completed in 1157 milliseconds