Searched defs:FX_BSTRC (Results 1 - 2 of 2) sorted by path

/external/pdfium/core/include/fxcrt/
H A Dfx_string.h149 #define FX_BSTRC(str) CFX_ByteStringC(str, sizeof str-1) macro
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_ocg.cpp28 static FX_BOOL FPDFDOC_OCG_HasIntent(const CPDF_Dictionary *pDict, FX_BSTR csElement, FX_BSTR csDef = FX_BSTRC("")) argument
31 CPDF_Object *pIntent = pDict->GetElementValue(FX_BSTRC("Intent"));
40 if (bsIntent == FX_BSTRC("All") || bsIntent == csElement) {
47 return bsIntent == FX_BSTRC("All") || bsIntent == csElement;
52 CPDF_Dictionary *pOCProperties = pDoc->GetRoot()->GetDict(FX_BSTRC("OCProperties"));
56 CPDF_Array *pOCGs = pOCProperties->GetArray(FX_BSTRC("OCGs"));
63 CPDF_Dictionary *pConfig = pOCProperties->GetDict(FX_BSTRC("D"));
64 CPDF_Array *pConfigs = pOCProperties->GetArray(FX_BSTRC("Configs"));
73 if (!FPDFDOC_OCG_HasIntent(pFind, FX_BSTRC("View"), FX_BSTRC("Vie
[all...]

Completed in 902 milliseconds