Searched refs:pWeight (Results 1 – 6 of 6) sorted by relevance
154 PixelWeight* pWeight = GetPixelWeight(des_col); in Calc() local155 pWeight->m_SrcStart = pWeight->m_SrcEnd = src_col; in Calc()156 pWeight->m_Weights[0] = 65536; in Calc()157 pWeight->m_Weights[1] = 0; in Calc()161 pWeight = GetPixelWeight(des_col_index); in Calc()162 pWeight->m_SrcStart = pWeight->m_SrcEnd = src_col; in Calc()163 pWeight->m_Weights[0] = 65536; in Calc()164 pWeight->m_Weights[1] = 0; in Calc()171 pWeight = GetPixelWeight(des_col_index); in Calc()172 pWeight->m_SrcStart = src_col - 1; in Calc()[all …]
211 int* CStretchEngine::CWeightTable::GetValueFromPixelWeight(PixelWeight* pWeight, in GetValueFromPixelWeight() argument213 if (index < pWeight->m_SrcStart) in GetValueFromPixelWeight()216 size_t idx = index - pWeight->m_SrcStart; in GetValueFromPixelWeight()217 return idx < GetPixelWeightSize() ? &pWeight->m_Weights[idx] : nullptr; in GetValueFromPixelWeight()386 int* pWeight = m_WeightTable.GetValueFromPixelWeight(pWeights, j); in ContinueStretchHorz() local387 if (!pWeight) in ContinueStretchHorz()390 int pixel_weight = *pWeight; in ContinueStretchHorz()405 int* pWeight = m_WeightTable.GetValueFromPixelWeight(pWeights, j); in ContinueStretchHorz() local406 if (!pWeight) in ContinueStretchHorz()409 int pixel_weight = *pWeight; in ContinueStretchHorz()[all …]
50 int* GetValueFromPixelWeight(PixelWeight* pWeight, int index) const;
651 RetainPtr<CFX_CSSValue> pWeight; in ParseFontProperty() local678 if (!pWeight) in ParseFontProperty()679 pWeight = pdfium::MakeRetain<CFX_CSSEnumValue>(pValue->eName); in ParseFontProperty()695 else if (!pWeight) in ParseFontProperty()696 pWeight = pdfium::MakeRetain<CFX_CSSEnumValue>(pValue->eName); in ParseFontProperty()730 if (!pWeight) in ParseFontProperty()731 pWeight = pdfium::MakeRetain<CFX_CSSNumberValue>( in ParseFontProperty()755 if (!pWeight) { in ParseFontProperty()756 pWeight = in ParseFontProperty()770 AddPropertyHolder(CFX_CSSProperty::FontWeight, pWeight, bImportant); in ParseFontProperty()
661 char * const pWeight,
2895 …char * const pWeight, // Four bytes containing blend weights for vertex (0.0 .. 1.0) (D3D: use … argument2954 …*(unsigned int*)pWeight = ((unsigned int)(((nWeight[3]&0xff)<<24)|((nWeight[0]&0xff)<<16)|((nWeigh…2962 pWeight[i] = (char) nWeight[i];