HomeSort by relevance Sort by last modified time
    Searched refs:pWeight (Results 1 - 6 of 6) sorted by null

  /external/pdfium/core/fxcodec/codec/
fx_codec_progress.cpp 154 PixelWeight* pWeight = GetPixelWeight(des_col);
155 pWeight->m_SrcStart = pWeight->m_SrcEnd = src_col;
156 pWeight->m_Weights[0] = 65536;
157 pWeight->m_Weights[1] = 0;
161 pWeight = GetPixelWeight(des_col_index);
162 pWeight->m_SrcStart = pWeight->m_SrcEnd = src_col;
163 pWeight->m_Weights[0] = 65536;
164 pWeight->m_Weights[1] = 0
    [all...]
  /external/pdfium/core/fxge/dib/
cstretchengine.cpp 211 int* CStretchEngine::CWeightTable::GetValueFromPixelWeight(PixelWeight* pWeight,
213 if (index < pWeight->m_SrcStart)
216 size_t idx = index - pWeight->m_SrcStart;
217 return idx < GetPixelWeightSize() ? &pWeight->m_Weights[idx] : nullptr;
386 int* pWeight = m_WeightTable.GetValueFromPixelWeight(pWeights, j);
387 if (!pWeight)
390 int pixel_weight = *pWeight;
405 int* pWeight = m_WeightTable.GetValueFromPixelWeight(pWeights, j);
406 if (!pWeight)
409 int pixel_weight = *pWeight;
    [all...]
cstretchengine.h 50 int* GetValueFromPixelWeight(PixelWeight* pWeight, int index) const;
  /external/pdfium/core/fxcrt/css/
cfx_cssdeclaration.cpp 651 RetainPtr<CFX_CSSValue> pWeight;
678 if (!pWeight)
679 pWeight = pdfium::MakeRetain<CFX_CSSEnumValue>(pValue->eName);
695 else if (!pWeight)
696 pWeight = pdfium::MakeRetain<CFX_CSSEnumValue>(pValue->eName);
730 if (!pWeight)
731 pWeight = pdfium::MakeRetain<CFX_CSSNumberValue>(
755 if (!pWeight) {
756 pWeight =
770 AddPropertyHolder(CFX_CSSProperty::FontWeight, pWeight, bImportant)
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTModelPOD.h 652 @param[out] pWeight Four bytes containing blend weights for vertex (0.0 .. 1.0) (D3D: use D3DCOLOR)
661 char * const pWeight,
    [all...]
PVRTModelPOD.cpp     [all...]

Completed in 859 milliseconds