HomeSort by relevance Sort by last modified time
    Searched refs:iIndex (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/skia/tests/
PathOpsCubicLineIntersectionTest.cpp 29 static void testFail(skiatest::Reporter* reporter, int iIndex) {
30 const CubicPts& cuPts = failLineCubicTests[iIndex].cubic;
34 const SkDLine& line = failLineCubicTests[iIndex].line;
41 SkDebugf("[%d] cubic order=%d\n", iIndex, order1);
45 SkDebugf("[%d] line order=%d\n", iIndex, order2);
131 static void testOne(skiatest::Reporter* reporter, int iIndex) {
132 const CubicPts& cuPts = lineCubicTests[iIndex].cubic;
136 const SkDLine& line = lineCubicTests[iIndex].line;
143 SkDebugf("[%d] cubic order=%d\n", iIndex, order1);
147 SkDebugf("[%d] line order=%d\n", iIndex, order2)
    [all...]
PathOpsCubicQuadIntersectionTest.cpp 55 int iIndex = static_cast<int>(index);
69 SkDebugf("[%d] cubic order=%d\n", iIndex, order1);
73 SkDebugf("[%d] quad order=%d\n", iIndex, order2);
85 __FUNCTION__, iIndex, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY);
PathOpsQuadLineIntersectionTest.cpp 114 int iIndex = static_cast<int>(index);
125 SkDebugf("%s [%d] quad order=%d\n", __FUNCTION__, iIndex, order1);
129 SkDebugf("%s [%d] line order=%d\n", __FUNCTION__, iIndex, order2);
148 __FUNCTION__, iIndex, pt, tt1, t1.fX, t1.fY, tt2, t2.fX, t2.fY);
PathOpsConicLineIntersectionTest.cpp 104 int iIndex = static_cast<int>(index);
119 SkDebugf("%s [%d] conic verb=%d\n", __FUNCTION__, iIndex, order1);
124 SkDebugf("%s [%d] line order=%d\n", __FUNCTION__, iIndex, order2);
143 __FUNCTION__, iIndex, pt, tt1, t1.fX, t1.fY, tt2, t2.fX, t2.fY);
  /external/skqp/tests/
PathOpsCubicLineIntersectionTest.cpp 29 static void testFail(skiatest::Reporter* reporter, int iIndex) {
30 const CubicPts& cuPts = failLineCubicTests[iIndex].cubic;
34 const SkDLine& line = failLineCubicTests[iIndex].line;
41 SkDebugf("[%d] cubic order=%d\n", iIndex, order1);
45 SkDebugf("[%d] line order=%d\n", iIndex, order2);
131 static void testOne(skiatest::Reporter* reporter, int iIndex) {
132 const CubicPts& cuPts = lineCubicTests[iIndex].cubic;
136 const SkDLine& line = lineCubicTests[iIndex].line;
143 SkDebugf("[%d] cubic order=%d\n", iIndex, order1);
147 SkDebugf("[%d] line order=%d\n", iIndex, order2)
    [all...]
PathOpsCubicQuadIntersectionTest.cpp 55 int iIndex = static_cast<int>(index);
69 SkDebugf("[%d] cubic order=%d\n", iIndex, order1);
73 SkDebugf("[%d] quad order=%d\n", iIndex, order2);
85 __FUNCTION__, iIndex, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY);
PathOpsQuadLineIntersectionTest.cpp 114 int iIndex = static_cast<int>(index);
125 SkDebugf("%s [%d] quad order=%d\n", __FUNCTION__, iIndex, order1);
129 SkDebugf("%s [%d] line order=%d\n", __FUNCTION__, iIndex, order2);
148 __FUNCTION__, iIndex, pt, tt1, t1.fX, t1.fY, tt2, t2.fX, t2.fY);
  /external/pdfium/core/fpdfdoc/
cpdf_actionfields.h 26 CPDF_Object* GetField(size_t iIndex) const;
cpdf_actionfields.cpp 75 CPDF_Object* CPDF_ActionFields::GetField(size_t iIndex) const {
95 if (iIndex == 0)
98 pFindObj = pArray->GetDirectObjectAt(iIndex);
cpdf_action.cpp 127 CPDF_Action CPDF_Action::GetSubAction(size_t iIndex) const {
133 return CPDF_Action(pArray->GetDictAt(iIndex));
135 if (iIndex == 0)
cpdf_action.h 54 CPDF_Action GetSubAction(size_t iIndex) const;
cpdf_formfield.cpp 188 int iIndex = GetDefaultSelectedItem();
189 if (iIndex >= 0)
190 csValue = GetOptionLabel(iIndex);
195 SetItemSelection(iIndex, true);
359 int iIndex = FindOptionValue(csValue);
360 if (iIndex < 0) {
370 SetItemSelection(iIndex, true);
378 int iIndex = FindOptionValue(value);
379 if (iIndex < 0)
382 if (bDefault && iIndex == GetDefaultSelectedItem()
    [all...]
  /external/pdfium/core/fxcrt/
cfx_blockbuffer.h 38 void SetTextChar(size_t iIndex, wchar_t ch);
43 std::pair<size_t, size_t> TextDataIndex2BufIndex(const size_t iIndex) const;
cfx_blockbuffer.cpp 116 const size_t iIndex) const {
117 ASSERT(iIndex >= 0);
119 size_t realIndex = m_StartPosition + iIndex;
cfx_seekablestreamproxy.cpp 41 size_t iIndex = 0;
43 while (iIndex < srcLen) {
44 uint8_t byte = static_cast<uint8_t>(*(pSrc + iIndex));
89 iIndex++;
  /external/pdfium/xfa/fxfa/parser/
cxfa_attachnodelist.h 24 CXFA_Node* Item(size_t iIndex) override;
cxfa_arraynodelist.h 27 CXFA_Node* Item(size_t iIndex) override;
cxfa_list.h 24 virtual CXFA_Node* Item(size_t iIndex) = 0;
cxfa_nodehelper.cpp 305 int32_t iIndex = wsIndex.GetInteger();
306 m_iCreateCount = iIndex;
336 for (int32_t iIndex = 0; iIndex < m_iCreateCount; iIndex++) {
340 if (iIndex == m_iCreateCount - 1) {
351 for (int32_t iIndex = 0; iIndex < m_iCreateCount; iIndex++) {
358 if (iIndex == m_iCreateCount - 1)
    [all...]
  /external/pdfium/fxjs/
cfxjse_formcalc_context.cpp 408 int32_t iIndex = 0;
411 while (iIndex < iLength) {
412 patternChar = pData[iIndex];
418 iIndex++;
420 while (iIndex < iLength) {
421 timePatternChar = pData[iIndex];
428 iIndex++;
452 iIndex++;
    [all...]
cjs_util.cpp 104 for (size_t iIndex = 0; iIndex < unsafe_conversion_specifiers.size();
105 ++iIndex) {
106 std::wstring c_strFormat = unsafe_conversion_specifiers[iIndex];
107 if (iIndex == 0) {
112 if (iIndex >= iSize) {
121 pRuntime->ToInt32(params[iIndex]));
125 pRuntime->ToDouble(params[iIndex]));
130 pRuntime->ToWideString(params[iIndex]).c_str());
cfxjse_resolveprocessor.h 45 int32_t& iIndex,
  /external/pdfium/fxjs/xfa/
cjx_instancemanager.cpp 168 int32_t iIndex = runtime->ToInt32(params[0]);
170 if (iIndex < 0 || iIndex >= iCount)
178 CXFA_Node* pRemoveInstance = GetXFANode()->GetItemIfExists(iIndex);
186 for (int32_t i = iIndex; i < iCount - 1; i++) {
259 int32_t iIndex = runtime->ToInt32(params[0]);
265 if (iIndex < 0 || iIndex > iCount)
277 GetXFANode()->InsertItem(pNewInstance, iIndex, iCount, true);
cjx_field.cpp 99 int32_t iIndex = runtime->ToInt32(params[0]);
100 if (iIndex < 0)
107 Optional<WideString> value = pWidgetAcc->GetChoiceListItem(iIndex, true);
163 int32_t iIndex = runtime->ToInt32(params[0]);
164 if (iIndex < 0)
171 Optional<WideString> value = pWidgetAcc->GetChoiceListItem(iIndex, false);
188 int32_t iIndex = runtime->ToInt32(params[0]);
190 pWidgetAcc->SetItemState(iIndex, true, true, true, true);
193 if (pWidgetAcc->GetItemState(iIndex))
194 pWidgetAcc->SetItemState(iIndex, false, true, true, true)
    [all...]
  /external/pdfium/xfa/fxfa/
cxfa_ffnotify.h 27 int32_t iIndex);
28 void OnWidgetListItemRemoved(CXFA_WidgetAcc* pSender, int32_t iIndex);

Completed in 703 milliseconds

1 2 3