Home
last modified time | relevance | path

Searched refs:psz (Results 1 – 17 of 17) sorted by relevance

/external/pdfium/xfa/src/fdp/src/css/
Dfde_cssstylesheet.cpp194 const FX_WCHAR* psz = pSyntax->GetCurrentString(iLen); in LoadMediaRule() local
196 FDE_GetCSSMediaTypeByName(psz, iLen); in LoadMediaRule()
385 int32_t FDE_GetCSSPersudoLen(const FX_WCHAR* psz, const FX_WCHAR* pEnd) { in FDE_GetCSSPersudoLen() argument
386 FXSYS_assert(*psz == ':'); in FDE_GetCSSPersudoLen()
387 const FX_WCHAR* pStart = psz; in FDE_GetCSSPersudoLen()
388 while (psz < pEnd) { in FDE_GetCSSPersudoLen()
389 FX_WCHAR wch = *psz; in FDE_GetCSSPersudoLen()
391 ++psz; in FDE_GetCSSPersudoLen()
396 return psz - pStart; in FDE_GetCSSPersudoLen()
398 int32_t FDE_GetCSSNameLen(const FX_WCHAR* psz, const FX_WCHAR* pEnd) { in FDE_GetCSSNameLen() argument
[all …]
Dfde_cssstylesheet.h13 const FX_WCHAR* psz, in CFDE_CSSSelector() argument
17 m_dwHash(FX_HashCode_String_GetW(psz, iLen, bIgnoreCase)), in CFDE_CSSSelector()
25 const FX_WCHAR* psz,
31 const FX_WCHAR* psz,
Dfde_csssyntax.cpp301 const FX_WCHAR* psz = m_TextData.GetBuffer(); in DoSyntaxParse() local
302 if (FXSYS_wcsncmp(L"charset", psz, iLen) == 0) { in DoSyntaxParse()
304 } else if (FXSYS_wcsncmp(L"import", psz, iLen) == 0) { in DoSyntaxParse()
312 } else if (FXSYS_wcsncmp(L"media", psz, iLen) == 0) { in DoSyntaxParse()
316 } else if (FXSYS_wcsncmp(L"font-face", psz, iLen) == 0) { in DoSyntaxParse()
319 } else if (FXSYS_wcsncmp(L"page", psz, iLen) == 0) { in DoSyntaxParse()
Dfde_cssdatatable.h102 CFDE_CSSValueListParser(const FX_WCHAR* psz, int32_t iLen, FX_WCHAR separator) in CFDE_CSSValueListParser() argument
103 : m_Separator(separator), m_pCur(psz), m_pEnd(psz + iLen) { in CFDE_CSSValueListParser()
104 FXSYS_assert(psz != NULL && iLen > 0); in CFDE_CSSValueListParser()
Dfde_cssstyleselector.cpp551 const FX_WCHAR* psz, in AppendInlineStyle() argument
553 FXSYS_assert(pDecl != NULL && psz != NULL && iLen > 0); in AppendInlineStyle()
558 if (pSyntax->Init(psz, iLen, 32, TRUE)) { in AppendInlineStyle()
560 const FX_WCHAR* psz; in AppendInlineStyle() local
569 psz = pSyntax->GetCurrentString(iLen); in AppendInlineStyle()
570 args.pProperty = FDE_GetCSSPropertyByName(psz, iLen); in AppendInlineStyle()
572 wsName = CFX_WideStringC(psz, iLen); in AppendInlineStyle()
576 psz = pSyntax->GetCurrentString(iLen); in AppendInlineStyle()
578 pDecl->AddProperty(&args, psz, iLen); in AppendInlineStyle()
581 psz = pSyntax->GetCurrentString(iLen); in AppendInlineStyle()
[all …]
Dfde_cssdeclaration.cpp62 FX_WCHAR* psz = in CopyToLocal() local
64 if (psz == NULL) { in CopyToLocal()
67 FXSYS_wcsncpy(psz, pszValue, iValueLen); in CopyToLocal()
68 psz[iValueLen] = '\0'; in CopyToLocal()
70 pCache->SetAt(pKey, psz); in CopyToLocal()
72 return psz; in CopyToLocal()
Dfde_cssstyleselector.h116 const FX_WCHAR* psz,
/external/jemalloc/test/integration/
Drallocx.c117 size_t psz, qsz, i, j; in TEST_BEGIN() local
126 psz = sallocx(p, 0); in TEST_BEGIN()
128 assert_false(validate_fill(p, 0, 0, psz), in TEST_BEGIN()
130 memset(p, FILL_BYTE, psz); in TEST_BEGIN()
131 assert_false(validate_fill(p, FILL_BYTE, 0, psz), in TEST_BEGIN()
138 if (q != p || qsz != psz) { in TEST_BEGIN()
140 psz), "Expected filled memory"); in TEST_BEGIN()
141 assert_false(validate_fill(q, 0, psz, qsz-psz), in TEST_BEGIN()
144 if (psz != qsz) { in TEST_BEGIN()
145 memset((void *)((uintptr_t)q+psz), FILL_BYTE, in TEST_BEGIN()
[all …]
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_tris.c452 GLfloat psz[4], col[4], restore_psz, restore_alpha; in intel_atten_point() local
454 _tnl_get_attr(ctx, v0, _TNL_ATTRIB_POINTSIZE, psz); in intel_atten_point()
457 restore_psz = psz[0]; in intel_atten_point()
460 if (psz[0] >= ctx->Point.Threshold) { in intel_atten_point()
461 psz[0] = MIN2(psz[0], ctx->Point.MaxSize); in intel_atten_point()
464 GLfloat dsize = psz[0] / ctx->Point.Threshold; in intel_atten_point()
465 psz[0] = MAX2(ctx->Point.Threshold, ctx->Point.MinSize); in intel_atten_point()
469 if (psz[0] < 1.0) in intel_atten_point()
470 psz[0] = 1.0; in intel_atten_point()
472 if (restore_psz != psz[0] || restore_alpha != col[3]) { in intel_atten_point()
[all …]
/external/jemalloc/test/unit/
Dmallctl.c251 size_t sz, psz, qsz; in TEST_BEGIN() local
255 psz = 42; in TEST_BEGIN()
256 qsz = nallocx(psz, 0) + 1; in TEST_BEGIN()
286 ps[i] = mallocx(psz, MALLOCX_TCACHE(tis[i])); in TEST_BEGIN()
300 ps[i] = mallocx(psz, MALLOCX_TCACHE(tis[i])); in TEST_BEGIN()
/external/toybox/toys/pending/
Dfile.c85 psz = sysconf(_SC_PAGE_SIZE), lib = 0; local
87 mapoff = phoff^(phoff&(psz-1));
/external/lzma/CPP/Common/
DMyWindows.h194 MY_EXTERN_C BSTR SysAllocStringByteLen(LPCSTR psz, UINT len);
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
DRopTranslator.java353 int psz = preds.size(); in pickOrder() local
355 for (int i = 0; i < psz; i++) { in pickOrder()
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_textlayout.cpp1635 FX_WCHAR* psz = wsText.GetBuffer(iLen); in ProcessText() local
1639 wch = psz[i]; in ProcessText()
1647 psz[iTrimLeft++] = wch; in ProcessText()
/external/opencv/cv/src/
Dcvsmooth.cpp176 int i, psz = CV_ELEM_SIZE(work_type); in start_process() local
184 width *= psz; in start_process()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c1817 const size_t psz = cpi->common.MBs * sizeof(uint8_t); in vp9_create_compressor() local
1818 const int ps = (int)(oxcf->firstpass_mb_stats_in.sz / psz); in vp9_create_compressor()
/external/chromium-trace/catapult/tracing/test_data/
Dddms_calculator_start.trace524312 �e�psz��%��