Searched refs:ReadArrayElementsToVector (Results 1 – 10 of 10) sorted by relevance
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_function.cpp | 102 m_Domains = ReadArrayElementsToVector(pDomains.Get(), nInputs); in Init() 116 m_Ranges = ReadArrayElementsToVector(pRanges.Get(), nOutputs); in Init()
|
D | cpdf_stitchfunc.cpp | 104 m_encode = ReadArrayElementsToVector(pEncodeArray.Get(), nSubs * 2); in v_Init()
|
D | cpdf_allstates.cpp | 35 std::vector<float> dashes = ReadArrayElementsToVector(pArray, pArray->size()); in SetLineDash()
|
D | cpdf_colorspace.cpp | 1084 return ReadArrayElementsToVector(pRanges.Get(), nComponents * 2); in GetRanges()
|
D | cpdf_dib.cpp | 875 ReadArrayElementsToVector(pMatte.Get(), m_nComponents); in StartLoadMask()
|
/external/pdfium/core/fpdfapi/parser/ |
D | fpdf_parser_utility.h | 68 std::vector<float> ReadArrayElementsToVector(const CPDF_Array* pArray,
|
D | fpdf_parser_utility.cpp | 146 std::vector<float> ReadArrayElementsToVector(const CPDF_Array* pArray, in ReadArrayElementsToVector() function
|
/external/pdfium/core/fpdfdoc/ |
D | cpdf_annot.cpp | 545 ReadArrayElementsToVector(pDashArray.Get(), pDashArray->size()); in DrawBorder()
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_rendershading.cpp | 901 std::vector<float> comps = ReadArrayElementsToVector( in Draw()
|
D | cpdf_renderstatus.cpp | 1502 std::vector<float> floats = ReadArrayElementsToVector(pBC.Get(), count); in GetBackgroundColor()
|