HomeSort by relevance Sort by last modified time
    Searched defs:iLen (Results 1 - 25 of 32) sorted by null

1 2

  /external/mesa3d/src/mesa/swrast/
s_aalinetemp.h 111 GLint iLen, i;
192 iLen = (GLint) line.len;
195 for (i = 0; i < iLen; i++) {
  /external/pdfium/xfa/src/fdp/src/css/
fde_csssyntax.cpp 84 int32_t iLen = m_TextPlane.LoadFromStream(m_pStream, m_iStreamPos,
87 if (iLen < 1) {
300 int32_t iLen = m_TextData.GetLength();
302 if (FXSYS_wcsncmp(L"charset", psz, iLen) == 0) {
304 } else if (FXSYS_wcsncmp(L"import", psz, iLen) == 0) {
312 } else if (FXSYS_wcsncmp(L"media", psz, iLen) == 0) {
316 } else if (FXSYS_wcsncmp(L"font-face", psz, iLen) == 0) {
319 } else if (FXSYS_wcsncmp(L"page", psz, iLen) == 0) {
fde_cssstylesheet.cpp 193 int32_t iLen;
194 const FX_WCHAR* psz = pSyntax->GetCurrentString(iLen);
196 FDE_GetCSSMediaTypeByName(psz, iLen);
413 int32_t iLen) {
414 FXSYS_assert(pStaticStore != NULL && psz != NULL && iLen > 0);
416 const FX_WCHAR* pEnd = psz + iLen;
fde_cssstyleselector.cpp 34 int32_t iLen;
36 ((IFDE_CSSPrimitiveValue*)(pCounter->GetValue(0)))->GetString(iLen);
552 int32_t iLen) {
553 FXSYS_assert(pDecl != NULL && psz != NULL && iLen > 0);
558 if (pSyntax->Init(psz, iLen, 32, TRUE)) {
559 int32_t iLen;
569 psz = pSyntax->GetCurrentString(iLen);
570 args.pProperty = FDE_GetCSSPropertyByName(psz, iLen);
572 wsName = CFX_WideStringC(psz, iLen);
576 psz = pSyntax->GetCurrentString(iLen);
    [all...]
  /external/pdfium/xfa/src/fxbarcode/oned/
BC_OnedEAN13Writer.cpp 170 int32_t iLen = str.GetLength();
171 FXTEXT_CHARPOS* pCharPos = FX_Alloc(FXTEXT_CHARPOS, iLen);
172 FXSYS_memset(pCharPos, 0, sizeof(FXTEXT_CHARPOS) * iLen);
211 iLen = tempStr.GetLength();
223 ge.DrawNormalText(iLen, pCharPos + 1, m_pFont,
235 device->DrawNormalText(iLen, pCharPos + 1, m_pFont,
241 iLen = tempStr.GetLength();
248 ge.DrawNormalText(iLen, pCharPos + 7, m_pFont,
262 device->DrawNormalText(iLen, pCharPos + 7, m_pFont,
268 iLen = tempStr.GetLength();
    [all...]
BC_OnedEAN8Writer.cpp 178 int32_t iLen = tempStr.GetLength();
219 ge.DrawNormalText(iLen, pCharPos, m_pFont,
229 device->DrawNormalText(iLen, pCharPos, m_pFont,
235 iLen = tempStr.GetLength();
243 ge.DrawNormalText(iLen, pCharPos + 4, m_pFont,
257 device->DrawNormalText(iLen, pCharPos + 4, m_pFont,
BC_OnedUPCAWriter.cpp 126 int32_t iLen = str.GetLength();
127 FXTEXT_CHARPOS* pCharPos = FX_Alloc(FXTEXT_CHARPOS, iLen);
128 FXSYS_memset(pCharPos, 0, sizeof(FXTEXT_CHARPOS) * iLen);
137 iLen = tempStr.GetLength();
187 ge.DrawNormalText(iLen, pCharPos + 1, m_pFont,
199 device->DrawNormalText(iLen, pCharPos + 1, m_pFont,
205 iLen = tempStr.GetLength();
211 ge.DrawNormalText(iLen, pCharPos + 6, m_pFont,
225 device->DrawNormalText(iLen, pCharPos + 6, m_pFont,
231 iLen = tempStr.GetLength();
    [all...]
BC_OneDimWriter.cpp 246 int32_t iLen = str.GetLength();
247 FXTEXT_CHARPOS* pCharPos = FX_Alloc(FXTEXT_CHARPOS, iLen);
248 FXSYS_memset(pCharPos, 0, sizeof(FXTEXT_CHARPOS) * iLen);
  /external/pdfium/xfa/src/fgas/src/xml/
fx_sax_imp.cpp 245 int32_t iLen = csEntity.GetLength();
246 if (iLen > 0) {
251 if (iLen > 1 && csEntity[1] == 'x') {
252 for (int32_t i = 2; i < iLen; i++) {
265 for (int32_t i = 1; i < iLen; i++) {
556 int32_t iLen = m_SkipStack.GetSize();
561 iLen--;
562 FXSYS_assert(iLen > -1);
563 m_SkipStack.RemoveAt(iLen, 1);
564 m_SkipChar = iLen ? m_SkipStack[iLen - 1] : 0;
    [all...]
  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_checkboximp.cpp 144 int32_t iLen = wsCaption.GetLength();
145 if (iLen <= 0)
fwl_pushbuttonimp.cpp 68 int32_t iLen = wsCaption.GetLength();
69 if (iLen > 0) {
fwl_tooltipctrlimp.cpp 88 int32_t iLen = wsCaption.GetLength();
89 if (iLen > 0) {
fwl_editimp.cpp 683 int32_t iLen = wsText.GetLength();
684 if (iLen < 0) {
687 if (wsText[iLen] == L'\0') {
688 if (iLen == 1) {
691 iLen--;
692 wsText = wsText.Left(iLen);
695 m_pEdtEngine->Insert(nPos, wsText, iLen);
    [all...]
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_localemgr.cpp     [all...]
xfa_script_nodehelper.cpp 307 int32_t iLen = wsCondition.GetLength();
311 if (iLen == 0) {
317 for (; i < iLen; ++i) {
336 wsIndex = wsCondition.Mid(i, iLen - 1 - i);
xfa_document_serialize.cpp 74 int32_t iLen = str.GetLength();
75 for (int32_t i = 0; i < iLen; i++) {
100 int32_t iLen = str.GetLength();
101 for (int32_t i = 0; i < iLen; i++) {
  /external/pdfium/core/src/fxcrt/
fx_xml_parser.cpp 153 int32_t i = 0, iLen = str.GetLength();
160 if (i == iLen) {
166 if (i == iLen) {
  /external/pdfium/xfa/src/fgas/src/crt/
fx_stream.cpp 209 int32_t iLen = std::min((m_iLength - iPosition) / 2, iMaxLength);
210 if (iLen <= 0) {
213 iLen = FXSYS_fread(pStr, 2, iLen, m_hFile);
215 while (*pStr != L'\0' && iCount < iLen) {
567 int32_t iLen = std::min(m_iLength - m_iPosition, iBufferSize);
568 if (iLen <= 0) {
571 FXSYS_memcpy(pBuffer, m_pData + m_iPosition, iLen);
572 m_iPosition += iLen;
573 return iLen;
    [all...]
  /external/pdfium/xfa/src/fwl/src/theme/
widgettp.cpp 59 int32_t iLen = pParams->m_wsText.GetLength();
60 if (iLen <= 0)
69 m_pTextOut->DrawLogicText(pParams->m_wsText, iLen, pParams->m_rtPart);
  /external/pdfium/xfa/src/fdp/src/xml/
fde_xml.cpp     [all...]
  /external/libxml2/
catalog.c     [all...]
  /external/pdfium/core/src/fxge/ge/
fx_ge_fontmap.cpp 322 CFX_ByteString ParseStyle(const FX_CHAR* pStyle, int iLen, int iIndex) {
324 if (!iLen || iLen <= iIndex) {
327 while (iIndex < iLen) {
338 int32_t iLen = bsStyle.GetLength();
339 if (!iLen) {
346 if (!pStyle || pStyle->len > iLen) {
    [all...]
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_textlayout.cpp     [all...]
xfa_ffwidget.cpp 839 static uint8_t* XFA_RemoveBase64Whitespace(const uint8_t* pStr, int32_t iLen) {
842 if (iLen == 0) {
843 iLen = FXSYS_strlen((FX_CHAR*)pStr);
845 pCP = FX_Alloc(uint8_t, iLen + 1);
846 for (; i < iLen; i++) {
865 int32_t iLen = FXSYS_strlen((FX_CHAR*)pBuffer);
868 for (; i + 3 < iLen; i += 4) {
    [all...]
  /external/pdfium/xfa/src/fgas/src/localization/
fx_locale.cpp 182 int32_t iLen,
186 if (iLen < 0) {
191 while (iStart < iLen && iStart < iEnd) {
194 if (iStart < iLen && pStr[iStart] == ':') {
198 while (iStart < iLen && iStart < iEnd) {
641 int32_t iLen = wsOutput.GetLength();
643 for (; i < iLen && i < 5; i++) {
    [all...]

Completed in 503 milliseconds

1 2