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

1 2 3

  /external/skia/tests/
PathOpsCubicLineIntersectionTest.cpp 27 static void testFail(skiatest::Reporter* reporter, int iIndex) {
28 const CubicPts& cuPts = failLineCubicTests[iIndex].cubic;
32 const SkDLine& line = failLineCubicTests[iIndex].line;
39 SkDebugf("[%d] cubic order=%d\n", iIndex, order1);
43 SkDebugf("[%d] line order=%d\n", iIndex, order2);
127 static void testOne(skiatest::Reporter* reporter, int iIndex) {
128 const CubicPts& cuPts = lineCubicTests[iIndex].cubic;
132 const SkDLine& line = lineCubicTests[iIndex].line;
139 SkDebugf("[%d] cubic order=%d\n", iIndex, order1);
143 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 110 int iIndex = static_cast<int>(index);
121 SkDebugf("%s [%d] quad order=%d\n", __FUNCTION__, iIndex, order1);
125 SkDebugf("%s [%d] line order=%d\n", __FUNCTION__, iIndex, order2);
144 __FUNCTION__, iIndex, pt, tt1, t1.fX, t1.fY, tt2, t2.fX, t2.fY);
PathOpsConicLineIntersectionTest.cpp 100 int iIndex = static_cast<int>(index);
115 SkDebugf("%s [%d] conic verb=%d\n", __FUNCTION__, iIndex, order1);
120 SkDebugf("%s [%d] line order=%d\n", __FUNCTION__, iIndex, order2);
139 __FUNCTION__, iIndex, pt, tt1, t1.fX, t1.fY, tt2, t2.fX, t2.fY);
  /external/pdfium/core/fpdfdoc/
cpdf_actionfields.h 23 CPDF_Object* GetField(size_t iIndex) const;
cpdf_actionfields.cpp 70 CPDF_Object* CPDF_ActionFields::GetField(size_t iIndex) const {
90 if (iIndex == 0)
93 pFindObj = pArray->GetDirectObjectAt(iIndex);
cpdf_action.cpp 125 CPDF_Action CPDF_Action::GetSubAction(size_t iIndex) const {
131 if (iIndex == 0)
134 return CPDF_Action(pArray->GetDictAt(iIndex));
cpdf_action.h 53 CPDF_Action GetSubAction(size_t iIndex) const;
cpdf_formfield.cpp 187 int iIndex = GetDefaultSelectedItem();
188 if (iIndex >= 0)
189 csValue = GetOptionLabel(iIndex);
194 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...]
cpdf_formcontrol.cpp 103 int iIndex = m_pField->GetControlIndex(this);
104 csOn.Format("%d", iIndex);
120 int iIndex = m_pField->GetControlIndex(this);
121 csOn = pArray->GetStringAt(iIndex);
  /external/pdfium/xfa/fxfa/parser/
cxfa_arraynodelist.cpp 55 CXFA_Node* CXFA_ArrayNodeList::Item(int32_t iIndex) {
57 if (iIndex >= 0 && iIndex < iSize) {
58 return m_array[iIndex];
cxfa_attachnodelist.cpp 41 CXFA_Node* CXFA_AttachNodeList::Item(int32_t iIndex) {
43 iIndex, XFA_Element::Unknown,
cxfa_nodelist.cpp 90 int32_t iIndex = pArguments->GetInt32(0);
91 if (iIndex < 0 || iIndex >= GetLength()) {
96 m_pDocument->GetScriptContext()->GetJSValueFromMap(Item(iIndex)));
cxfa_nodehelper.cpp 339 int32_t iIndex = wsIndex.GetInteger();
340 m_iCreateCount = iIndex;
373 for (int32_t iIndex = 0; iIndex < m_iCreateCount; iIndex++) {
377 if (iIndex == m_iCreateCount - 1) {
388 for (int32_t iIndex = 0; iIndex < m_iCreateCount; iIndex++) {
394 if (iIndex == m_iCreateCount - 1)
    [all...]
cscript_layoutpseudomodel.cpp 73 int32_t iIndex = 0;
84 iIndex = pArguments->GetInt32(2);
99 while (iIndex > 0 && pLayoutItem) {
101 iIndex--;
350 int32_t iIndex = 0;
354 iIndex = pArguments->GetInt32(0);
372 GetObjArray(pDocLayout, iIndex, wsType, bOnPageArea, retArray);
cxfa_resolveprocessor.h 47 int32_t& iIndex,
cxfa_layoutitem.cpp 134 int32_t iIndex = 0;
139 ++iIndex;
141 return iIndex;
  /external/pdfium/xfa/fxfa/fm2js/
xfa_fm2jscontext.cpp 447 int32_t iIndex = 0;
450 while (iIndex < iLength) {
451 patternChar = pData[iIndex];
457 iIndex++;
459 while (iIndex < iLength) {
460 timePatternChar = pData[iIndex];
467 iIndex++;
491 iIndex++;
    [all...]
  /external/pdfium/xfa/fxfa/app/
xfa_ffnotify.h 25 int32_t iIndex);
26 void OnWidgetListItemRemoved(CXFA_WidgetData* pSender, int32_t iIndex);
xfa_ffnotify.cpp 54 int32_t iIndex) {
63 static_cast<CXFA_FFListBox*>(pWidget)->InsertItem(pLabel, iIndex);
65 static_cast<CXFA_FFComboBox*>(pWidget)->InsertItem(pLabel, iIndex);
72 int32_t iIndex) {
81 static_cast<CXFA_FFListBox*>(pWidget)->DeleteItem(iIndex);
83 static_cast<CXFA_FFComboBox*>(pWidget)->DeleteItem(iIndex);
  /prebuilts/ndk/r11/sources/android/ndk_helper/
gestureDetector.cpp 165 int32_t iIndex = (action & AMOTION_EVENT_ACTION_POINTER_INDEX_MASK)
167 vec_pointers_.push_back( AMotionEvent_getPointerId( event, iIndex ) );
337 int32_t iIndex = FindIndex( event_, vec_pointers_[0] );
338 if( iIndex == -1 )
341 float x = AMotionEvent_getX( event_, iIndex );
342 float y = AMotionEvent_getY( event_, iIndex );
  /prebuilts/ndk/r13/sources/android/ndk_helper/
gestureDetector.cpp 165 int32_t iIndex = (action & AMOTION_EVENT_ACTION_POINTER_INDEX_MASK)
167 vec_pointers_.push_back( AMotionEvent_getPointerId( event, iIndex ) );
337 int32_t iIndex = FindIndex( event_, vec_pointers_[0] );
338 if( iIndex == -1 )
341 float x = AMotionEvent_getX( event_, iIndex );
342 float y = AMotionEvent_getY( event_, iIndex );
  /external/pdfium/fpdfsdk/javascript/
util.cpp 137 for (int iIndex = 0; iIndex < (int)c_strConvers.size(); iIndex++) {
138 c_strFormat = c_strConvers[iIndex];
139 if (iIndex == 0) {
145 if (iIndex >= iSize) {
152 strSegment.Format(c_strFormat.c_str(), params[iIndex].ToInt(pRuntime));
156 params[iIndex].ToDouble(pRuntime));
160 params[iIndex].ToCFXWideString(pRuntime).c_str());
  /external/skia/src/pathops/
SkPathWriter.cpp 221 int rIndex, iIndex;
233 for (iIndex = rIndex + 1; iIndex < endCount; ++iIndex) {
234 const SkOpPtT* iPtT = runs[iIndex];
238 distLookup.push_back(rRow + iIndex);
  /external/pdfium/xfa/fwl/
cfwl_combobox.h 62 CFX_WideString GetTextByIndex(int32_t iIndex) const;
67 void RemoveAt(int32_t iIndex);

Completed in 1532 milliseconds

1 2 3