Searched refs:GetFloat (Results 1 - 25 of 30) sorted by relevance

12

/external/pdfium/fpdfsdk/src/
H A Dfpdf_transformpage.cpp52 *left = pArray->GetFloat(0);
53 *bottom = pArray->GetFloat(1);
54 *right = pArray->GetFloat(2);
55 *top = pArray->GetFloat(3);
70 *left = pArray->GetFloat(0);
71 *bottom = pArray->GetFloat(1);
72 *right = pArray->GetFloat(2);
73 *top = pArray->GetFloat(3);
H A Dfsdk_actionhandler.cpp593 pPosAry[j++] = pMyArray->GetFloat(i);
/external/chromium_org/third_party/decklink/mac/include/
H A DDeckLinkAPIConfiguration.h164 virtual HRESULT GetFloat (/* in */ BMDDeckLinkConfigurationID cfgID, /* out */ double *value) = 0;
H A DDeckLinkAPIStreaming.h245 virtual HRESULT GetFloat (/* in */ BMDStreamingEncodingModePropertyID cfgID, /* out */ double* value) = 0;
H A DDeckLinkAPI.h464 virtual HRESULT GetFloat (/* in */ BMDDeckLinkAPIInformationID cfgID, /* out */ double *value) = 0;
715 virtual HRESULT GetFloat (/* in */ BMDDeckLinkAttributeID cfgID, /* out */ double *value) = 0;
/external/lldb/test/python_api/sbdata/
H A DTestSBData.py93 self.assertTrue( fabs(data.GetFloat(error, offset) - 3.14) < 1, 'foo[0].c == 3.14')
161 self.assertTrue(fabs(data.GetFloat(error, offset) - 3.14) < 1, 'foo[1].c == 3.14')
174 self.assertTrue(fabs(data.GetFloat(error, offset) - 6.28) < 1, 'foo[1].c == 6.28')
194 self.assertTrue(fabs(data.GetFloat(error, offset) - 3) < 1, 'barfoo[0].c == 3')
201 self.assertTrue(fabs(data.GetFloat(error, offset) - 6) < 1, 'barfoo[1].c == 6')
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_func.cpp498 m_pEncodeInfo[i].encode_min = pEncode->GetFloat(i * 2);
499 m_pEncodeInfo[i].encode_max = pEncode->GetFloat(i * 2 + 1);
523 m_pDecodeInfo[i].decode_min = pDecode->GetFloat(2 * i);
524 m_pDecodeInfo[i].decode_max = pDecode->GetFloat(2 * i + 1);
654 m_pBeginValues[i] = pArray0 ? pArray0->GetFloat(i) : 0.0f;
655 m_pEndValues[i] = pArray1 ? pArray1->GetFloat(i) : 1.0f;
657 m_Exponent = pDict->GetFloat(FX_BSTRC("N"));
747 m_pBounds[i + 1] = pArray->GetFloat(i);
756 m_pEncode[i] = pArray->GetFloat(i);
841 m_pDomains[i] = pDomains->GetFloat(
[all...]
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_ap.cpp236 rt = CPVT_Color(CT_GRAY, array.GetFloat(0));
239 rt = CPVT_Color(CT_RGB, array.GetFloat(0), array.GetFloat(1), array.GetFloat(2));
242 rt = CPVT_Color(CT_CMYK, array.GetFloat(0), array.GetFloat(1), array.GetFloat(2), array.GetFloat(3));
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Ddisplay_options_handler.cc90 bool GetFloat(const base::DictionaryValue* dict, function in namespace:chromeos::options::__anon5530
109 if (!GetFloat(dict, "refreshRate", &mode->refresh_rate)) {
113 if (!GetFloat(dict, "scale", &mode->ui_scale)) {
117 if (!GetFloat(dict, "deviceScaleFactor", &mode->device_scale_factor)) {
/external/lldb/include/lldb/API/
H A DSBData.h52 GetFloat (lldb::SBError& error, lldb::offset_t offset);
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_objects.h202 FX_FLOAT GetFloat() const function in class:CPDF_Number
361 FX_FLOAT GetFloat(FX_DWORD index) const function in class:CPDF_Array
467 FX_FLOAT GetFloat(FX_BSTR key) const function in class:CPDF_Dictionary
/external/lldb/include/lldb/Core/
H A DDataExtractor.h572 GetFloat (lldb::offset_t *offset_ptr) const;
/external/lldb/scripts/Python/interface/
H A DSBData.i45 GetFloat (lldb::SBError& error, lldb::offset_t offset);
231 return self._make_helper(self, SBData.GetFloat, 4)
/external/lldb/source/API/
H A DSBData.cpp154 SBData::GetFloat (lldb::SBError& error, lldb::offset_t offset) function in class:SBData
165 value = m_opaque_sp->GetFloat(&offset);
170 log->Printf ("SBData::GetFloat (error=%p,offset=%" PRIu64 ") => "
/external/lldb/source/Core/
H A DDataExtractor.cpp729 DataExtractor::GetFloat (offset_t *offset_ptr) const function in class:DataExtractor
1684 float f32_1 = GetFloat (&offset);
1685 float f32_2 = GetFloat (&offset);
1835 f = GetFloat (&offset);
1901 llvm::APFloat ap_float (GetFloat (&offset));
H A DRegisterValue.cpp367 case eTypeFloat: SetFloat (src.GetFloat (&src_offset)); break;
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dgenerated_message_reflection.h165 float GetFloat (const Message& message,
H A Dmessage.h434 virtual float GetFloat (const Message& message,
H A Dextension_set.h227 float GetFloat (int number, float default_value) const;
/external/protobuf/src/google/protobuf/
H A Dgenerated_message_reflection.h158 float GetFloat (const Message& message,
H A Dmessage.h450 virtual float GetFloat (const Message& message,
H A Dextension_set.h225 float GetFloat (int number, float default_value) const;
/external/pdfium/core/include/fxcrt/
H A Dfx_string.h735 FX_FLOAT GetFloat() const;
865 FX_FLOAT GetFloat() const;
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_wstring.cpp1045 FX_FLOAT CFX_WideString::GetFloat() const function in class:CFX_WideString
1080 FX_FLOAT CFX_WideStringL::GetFloat() const function in class:CFX_WideStringL
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render_loadimage.cpp758 pColor[i] = pMatte->GetFloat(i);
786 pColor[i] = pMatte->GetFloat(i);

Completed in 260 milliseconds

12