Searched refs:pChar (Results 1 – 8 of 8) sorted by relevance
157 const CPDF_Type3Char* pChar = LoadChar(charcode); in GetCharWidthF() local158 return pChar ? pChar->width() : 0; in GetCharWidthF()163 const CPDF_Type3Char* pChar = LoadChar(charcode); in GetCharBBox() local164 if (pChar) in GetCharBBox()165 ret = pChar->bbox(); in GetCharBBox()
42 virtual void ParseContentForType3Char(CPDF_Type3Char* pChar) = 0;
123 const CPDF_Type3Char* pChar = m_pFont->LoadChar(charcode); in RenderGlyph() local124 if (!pChar || !pChar->GetBitmap()) in RenderGlyph()128 CFX_Matrix image_matrix = pChar->matrix() * text_matrix; in RenderGlyph()130 RetainPtr<CFX_DIBitmap> pBitmap = pChar->GetBitmap(); in RenderGlyph()
139 bool Type3CharMissingFillColor(const CPDF_Type3Char* pChar, in Type3CharMissingFillColor() argument141 return pChar && (!pChar->colored() || MissingFillColor(pColorState)); in Type3CharMissingFillColor()144 bool Type3CharMissingStrokeColor(const CPDF_Type3Char* pChar, in Type3CharMissingStrokeColor() argument146 return pChar && (!pChar->colored() || MissingStrokeColor(pColorState)); in Type3CharMissingStrokeColor()
84 cl_uchar* pChar = &pbuf_svm_alloc[i]; in test_svm_pointer_passing() local85 …error = clSetKernelArgSVMPointer(kernel_verify_char, 0, pChar); // pass a pointer to a location wi… in test_svm_pointer_passing()
35 Char *pChar = (Char*)pc; in f() local43 (char)*pChar; in f()
24 Char *pChar = (Char*)pc;28 (char)*pChar;
3421 const char* pChar = bsUnitTemp.c_str(); in UnitValue() local3423 while (IsWhitespace(pChar[uVal])) in UnitValue()3427 if (!std::isdigit(pChar[uVal]) && pChar[uVal] != '.') in UnitValue()3431 while (IsWhitespace(pChar[uVal])) in UnitValue()3436 if (pChar[uVal] == ' ') in UnitValue()3439 bsUnit += pChar[uVal]; in UnitValue()