Home
last modified time | relevance | path

Searched refs:pWeight (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/core/fxcodec/codec/
Dfx_codec_progress.cpp154 PixelWeight* pWeight = GetPixelWeight(des_col); in Calc() local
155 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 …]
/external/pdfium/core/fxge/dib/
Dcstretchengine.cpp211 int* CStretchEngine::CWeightTable::GetValueFromPixelWeight(PixelWeight* pWeight, in GetValueFromPixelWeight() argument
213 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() local
387 if (!pWeight) in ContinueStretchHorz()
390 int pixel_weight = *pWeight; in ContinueStretchHorz()
405 int* pWeight = m_WeightTable.GetValueFromPixelWeight(pWeights, j); in ContinueStretchHorz() local
406 if (!pWeight) in ContinueStretchHorz()
409 int pixel_weight = *pWeight; in ContinueStretchHorz()
[all …]
Dcstretchengine.h50 int* GetValueFromPixelWeight(PixelWeight* pWeight, int index) const;
/external/pdfium/core/fxcrt/css/
Dcfx_cssdeclaration.cpp651 RetainPtr<CFX_CSSValue> pWeight; in ParseFontProperty() local
678 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()
/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTModelPOD.h661 char * const pWeight,
DPVRTModelPOD.cpp2895 …char * const pWeight, // Four bytes containing blend weights for vertex (0.0 .. 1.0) (D3D: use … argument
2954 …*(unsigned int*)pWeight = ((unsigned int)(((nWeight[3]&0xff)<<24)|((nWeight[0]&0xff)<<16)|((nWeigh…
2962 pWeight[i] = (char) nWeight[i];