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

1 2

  /external/sonivox/jet_tools/JetCreator/
JetSegGraph.py 57 self.iStart = 0
72 self.iStart = step * iStartM
75 self.iStart = self.iStart + ((step / 4.0) * (self.StartMbt[1]-1))
79 self.iStart = self.iStart + ((pctTickOfBeat * (step / 4.0)))
83 self.iWidth = self.iEnd - self.iStart
179 if pt[0] >= Marker.iStart and pt[0] <= Marker.iEnd and pt[1] >= Marker.iTop and pt[1] <= Marker.iTop + Marker.iHeight:
244 if Marker.iStart <= Marker1.iStart and Marker.iEnd <= Marker1.iEnd and Marker.iEnd >= Marker1.iStart:
    [all...]
  /external/pdfium/xfa/fxfa/parser/
xfa_utils.cpp 237 size_t iStart = 0;
238 auto iEnd = rawValue->Find(L'\n', iStart);
240 while (iEnd.has_value() && iEnd >= iStart) {
242 rawValue->Mid(iStart, iEnd.value() - iStart));
243 iStart = iEnd.value() + 1;
244 if (iStart >= rawValue->GetLength())
246 iEnd = rawValue->Find(L'\n', iStart);
597 int32_t iStart = scriptIndex->wAttributeStart, iEnd = iStart + icount - 1
    [all...]
  /external/pdfium/core/fxcrt/
cfx_blockbuffer.h 40 WideString GetTextData(size_t iStart, size_t iLength) const;
fx_bidi.cpp 273 size_t iStart,
275 ASSERT(pdfium::IndexInBounds(*chars, iStart));
276 ASSERT(iStart + iCount <= chars->size());
278 std::reverse(chars->begin() + iStart, chars->begin() + iStart + iCount);
283 size_t iStart,
286 ASSERT(iStart <= chars->size());
287 ASSERT(iStart >= iCount);
289 size_t iLast = iStart - iCount;
290 for (size_t i = iStart - 1; i >= iLast; --i)
    [all...]
fx_arabic.cpp 166 for (size_t iStart = 0; iStart < s_iAlefCount; iStart++) {
167 const FX_ARAALEF& v = gs_FX_AlefTable[iStart];
226 for (size_t iStart = 0; iStart < s_iShaddaCount; iStart++) {
227 const FX_ARASHADDA& v = gs_FX_ShaddaTable[iStart];
  /external/pdfium/core/fxcrt/css/
cfx_cssdatatable.cpp 129 int32_t iMid, iStart = 0;
132 iMid = (iStart + iEnd) / 2;
137 iStart = iMid + 1;
141 } while (iStart <= iEnd);
cfx_cssdeclaration.cpp 120 int32_t iMid, iStart = 0;
123 iMid = (iStart + iEnd) / 2;
128 iStart = iMid + 1;
132 } while (iStart <= iEnd);
142 int32_t iMid, iStart = 0;
145 iMid = (iStart + iEnd) / 2;
150 iStart = iMid + 1;
154 } while (iStart <= iEnd);
162 int32_t iMid, iStart = 0;
165 iMid = (iStart + iEnd) / 2
    [all...]
  /external/pdfium/core/fxcrt/xml/
cxml_element.cpp 20 auto iStart = bsFullName.Find(':');
21 if (iStart.has_value()) {
22 *bsSpace = bsFullName.Left(iStart.value());
23 *bsName = bsFullName.Right(bsFullName.GetLength() - (iStart.value() + 1));
  /external/pdfium/xfa/fgas/layout/
cfx_break.cpp 171 int32_t iStart = pdfium::CollectionSize<int32_t>(tca) - 1;
172 while (iStart > -1) {
173 CFX_Char* pTC = &tca[iStart--];
cfx_rtfbreak.cpp 496 int32_t iStart = -1;
499 if (iStart < 0)
500 iStart = ttp.m_iStartPos;
502 ttp.m_iStartPos = iStart;
517 iStart += ttp.m_iWidth;
cfx_txtbreak.cpp 432 int32_t iStart = -1;
435 if (iStart < -1)
436 iStart = ttp.m_iStartPos;
438 ttp.m_iStartPos = iStart;
453 iStart += ttp.m_iWidth;
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_wgl.c 311 int iStart,
315 return DrvSetLayerPaletteEntries(hdc, iLayerPlane, iStart, cEntries, pcr);
322 int iStart,
326 return DrvGetLayerPaletteEntries(hdc, iLayerPlane, iStart, cEntries, pcr);
stw_pixelformat.c 389 INT iStart,
401 INT iStart,
  /external/pdfium/fxjs/
cjs_util.cpp 201 int iStart = 0;
203 while ((iEnd = cFormat.find(TbConvertTable[i].lpszJSMark, iStart)) !=
207 iStart = iEnd;
221 int iStart = 0;
223 while ((iEnd = cFormat.find(cTableAd[i].lpszJSMark, iStart)) != -1) {
226 iStart = iEnd + 1;
232 iStart = iEnd;
  /external/pdfium/xfa/fgas/crt/
cfgas_formatstring.cpp 76 int32_t iStart = 1;
77 int32_t iEnd = iStart + 2;
78 while (iStart < iLen && iStart < iEnd)
79 tz->tzHour = tz->tzHour * 10 + FXSYS_DecimalCharToInt(pStr[iStart++]);
81 if (iStart < iLen && pStr[iStart] == ':')
82 iStart++;
84 iEnd = iStart + 2;
85 while (iStart < iLen && iStart < iEnd
    [all...]
  /external/libxaac/decoder/drc_src/
impd_drc_process.c 49 WORD32 iEnd, iStart;
98 iStart = 0;
119 &deinterleaved_audio[signalIndex][0], iStart, iEnd);
122 for (i = iStart; i < iEnd; i++) {
133 iStart = iEnd;
  /external/pdfium/xfa/fwl/
cfwl_listbox.cpp 209 int32_t iStart = GetItemIndex(this, hStart);
211 if (iStart > iEnd) {
212 int32_t iTemp = iStart;
213 iStart = iEnd;
223 for (; iStart <= iEnd; iStart++) {
224 CFWL_ListItem* pItem = GetItem(this, iStart);
  /external/pdfium/fxjs/xfa/
cjx_hostpseudomodel.cpp 374 int32_t iStart = 0;
378 while (iStart < iExpLength) {
379 iStart = FilterName(expression.AsStringView(), iStart, wsName);
cjx_node.cpp 70 int32_t iStart = 0;
73 int32_t iMid = (iStart + iEnd) / 2;
80 iStart = iMid + 1;
81 } while (iStart <= iEnd);
cjx_object.cpp 641 size_t iStart = 0;
643 auto iEnd = wsContent.Find(L'\n', iStart);
645 while (iEnd.value() >= iStart) {
647 wsContent.Mid(iStart, iEnd.value() - iStart));
648 iStart = iEnd.value() + 1;
649 if (iStart >= iLength)
652 iEnd = wsContent.Find(L'\n', iStart);
655 wsContent.Mid(iStart, iLength - iStart));
    [all...]
  /external/fio/tools/hist/
fiologparser_hist.py 194 def process_interval(ctx, samples, iStart, iEnd):
198 [iStart,iEnd].
215 ws = hs * weights(s_ts, end_time, iStart, iEnd)
  /external/pdfium/xfa/fgas/font/
cfgas_fontmgr.cpp 73 int32_t iStart = 0, iMid;
75 iMid = (iStart + iEnd) / 2;
82 iStart = iMid + 1;
83 } while (iStart <= iEnd);
    [all...]
fgas_fontutils.cpp     [all...]
  /external/pdfium/core/fxge/win32/
fx_win32_gdipext.cpp     [all...]
  /external/pdfium/xfa/fxfa/
cxfa_widgetacc.cpp     [all...]

Completed in 1144 milliseconds

1 2