HomeSort by relevance Sort by last modified time
    Searched refs:FX_COLORREF (Results 1 - 25 of 26) sorted by null

1 2

  /external/pdfium/core/src/reflow/
layoutprovider_taggedpdf.h 23 FX_COLORREF GetColorAttr(LayoutAttr attr_type, int index);
47 FX_COLORREF GetDefaultColorValue(LayoutAttr attr_type);
autoreflow.h 38 FX_COLORREF GetColorAttr(LayoutAttr attr_type, int index);
layoutprovider_taggedpdf.cpp 511 FX_COLORREF CPDF_LayoutElement::GetColorAttr(LayoutAttr attr_type, int index)
517 FX_COLORREF default_value = GetDefaultColorValue(attr_type);
535 FX_COLORREF CPDF_LayoutElement::GetDefaultColorValue(LayoutAttr attr_type)
reflowedpage.h 242 void SetDisplayColor(FX_COLORREF color);
258 FX_COLORREF m_DisplayColor;
reflowedpage.cpp 608 void CPDF_ProgressiveReflowPageRender::SetDisplayColor(FX_COLORREF color)
autoreflow.cpp 136 FX_COLORREF CPDF_AutoReflowElement::GetColorAttr(LayoutAttr attr_type, int index )
  /external/pdfium/fpdfsdk/include/
fsdk_baseform.h 73 FX_BOOL GetFillColor(FX_COLORREF& color) const;
74 FX_BOOL GetBorderColor(FX_COLORREF& color) const;
75 FX_BOOL GetTextColor(FX_COLORREF& color) const;
248 void SetHighlightColor(FX_COLORREF clr, int nFieldType);
249 FX_COLORREF GetHighlightColor(int nFieldType);
251 FX_COLORREF m_aHighlightColor[6];
fsdk_baseannot.h 136 void SetColor(FX_COLORREF color);
138 FX_BOOL GetColor(FX_COLORREF& color) const;
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_pageobjs.cpp 80 void IFX_Edit::DrawUnderline(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device, IFX_Edit* pEdit, FX_COLORREF color,
131 void IFX_Edit::DrawEdit(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device, IFX_Edit* pEdit, FX_COLORREF crTextFill, FX_COLORREF crTextStroke,
144 FX_COLORREF crCurFill = crTextFill;
145 FX_COLORREF crOldFill = crCurFill;
148 const FX_COLORREF crWhite = ArgbEncode(255,255,255,255);
149 const FX_COLORREF crSelBK = ArgbEncode(255,0,51,113);
279 FX_COLORREF crCurText = ArgbEncode(255, 0,0,0);
280 FX_COLORREF crOld = crCurText;
282 const FX_COLORREF crWhite = ArgbEncode(255,255,255,255);
    [all...]
  /external/pdfium/fpdfsdk/include/fxedit/
fx_edit.h 219 virtual FX_BOOL SetRichTextColor(FX_COLORREF dwColor) = 0;
379 static void DrawEdit(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device, IFX_Edit* pEdit, FX_COLORREF crTextFill, FX_COLORREF crTextStroke,
381 static void DrawUnderline(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device, IFX_Edit* pEdit, FX_COLORREF color,
386 const CPDF_Point& ptOffset, const CPVT_WordRange* pRange, FX_COLORREF crText, CFX_ArrayTemplate<CPDF_TextObject*>& ObjArray);
390 const CPDF_Point& ptOffset, const CPVT_WordRange* pRange, FX_COLORREF color);
fxet_edit.h 604 FX_BOOL SetRichTextColor(FX_COLORREF dwColor);
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Utils.h 114 static FX_COLORREF PWLColorToFXColor(const CPWL_Color& color, FX_INT32 nTransparancy = 255);
158 const CPDF_Rect & rect,const FX_COLORREF & color);
160 const FX_COLORREF & color, FX_FLOAT fWidth);
162 const CPDF_Point & ptMoveTo, const CPDF_Point & ptLineTo, const FX_COLORREF & color, FX_FLOAT fWidth);
168 const CPDF_Point* pPts, FX_INT32 nCount, const FX_COLORREF& color);
  /external/pdfium/core/include/fpdfapi/
fpdf_render.h 66 FX_COLORREF m_BackColor;
68 FX_COLORREF m_ForeColor;
  /external/pdfium/core/include/reflow/
fpdf_layout.h 192 virtual FX_COLORREF GetColorAttr(LayoutAttr attr_type, int index = 0) = 0;
  /external/pdfium/core/include/fpdfdoc/
fpdf_vt.h 192 CPVT_WordProps(FX_INT32 fontIndex, FX_FLOAT fontSize, FX_COLORREF wordColor = 0, FX_INT32 scriptType = 0, FX_INT32 wordStyle = 0,
210 FX_COLORREF dwWordColor;
  /external/pdfium/core/include/fxge/
fx_dib.h 66 typedef FX_DWORD FX_COLORREF;
87 void ArgbDecode(FX_ARGB argb, int& a, FX_COLORREF& rgb);
92 FX_ARGB ArgbEncode(int a, FX_COLORREF rgb);
  /external/pdfium/core/src/fpdfapi/fpdf_render/
render_int.h 50 FX_COLORREF TranslateColor(FX_COLORREF src);
fpdf_render.cpp 594 FX_COLORREF rgb = pColorData->m_FillRGB;
625 FX_COLORREF rgb = pColorData->m_StrokeRGB;
    [all...]
fpdf_render_image.cpp 159 FX_COLORREF CPDF_TransferFunc::TranslateColor(FX_COLORREF rgb)
    [all...]
  /external/pdfium/core/src/fxge/win32/
fx_win32_device.cpp 635 FX_COLORREF rgb;
663 FX_COLORREF rgb;
852 FX_COLORREF rgb;
    [all...]
  /external/pdfium/fpdfsdk/src/
fsdk_baseform.cpp 163 FX_BOOL CPDFSDK_Widget::GetFillColor(FX_COLORREF& color) const
174 FX_BOOL CPDFSDK_Widget::GetBorderColor(FX_COLORREF& color) const
185 FX_BOOL CPDFSDK_Widget::GetTextColor(FX_COLORREF& color) const
460 FX_COLORREF color = m_pInterForm->GetHighlightColor(nFieldType);
    [all...]
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Utils.cpp     [all...]
PWL_ScrollBar.cpp 524 FX_COLORREF crStroke = ArgbEncode(nTransparancy,120,120,120);
    [all...]
  /external/pdfium/core/src/fxge/dib/
fx_dib_main.cpp 28 void ArgbDecode(FX_DWORD argb, int& a, FX_COLORREF& rgb)
33 FX_DWORD ArgbEncode(int a, FX_COLORREF rgb)
    [all...]
  /external/pdfium/fpdfsdk/src/formfiller/
FFL_FormFiller.cpp 377 FX_COLORREF color;

Completed in 4496 milliseconds

1 2