HomeSort by relevance Sort by last modified time
    Searched defs:fill_argb (Results 1 - 4 of 4) sorted by null

  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_image.cpp 46 FX_ARGB fill_argb = 0; local
48 fill_argb = GetFillArgb(pInlines);
60 if (renderer.Start(this, pInlines->m_pBitmap, fill_argb, bitmap_alpha, &image_matrix, flags, FALSE, m_curBlend)) {
84 FX_DWORD fill_argb = m_Options.TranslateColor(mask_argb); local
86 ((FX_BYTE*)&fill_argb)[3] = ((FX_BYTE*)&fill_argb)[3] * bitmap_alpha / 255;
88 if (m_pDevice->SetBitMask(pDIBitmap, left, top, fill_argb)) {
    [all...]
fpdf_render_pattern.cpp 1012 FX_ARGB fill_argb = GetFillArgb(pPageObj); local
    [all...]
fpdf_render_text.cpp 233 FX_ARGB stroke_argb = 0, fill_argb = 0; local
246 fill_argb = GetFillArgb(textobj);
297 &text_matrix, pDeviceMatrix, textobj->m_GraphState, fill_argb, stroke_argb, pClippingPath, flag);
301 &text_matrix, fill_argb, &m_Options);
387 FX_ARGB fill_argb = GetFillArgb(textobj, TRUE); local
388 int fill_alpha = FXARGB_A(fill_argb);
424 glyph.m_OriginY - glyph.m_pGlyph->m_Top, fill_argb);
440 pType3Char->m_pForm->m_Transparency, m_bDropObjects, pFormResource, FALSE, pType3Char, fill_argb);
457 pType3Char->m_pForm->m_Transparency, m_bDropObjects, pFormResource, FALSE, pType3Char, fill_argb);
481 m_pDevice->SetBitMask(&pBitmap->m_Bitmap, origin_x + pBitmap->m_Left, origin_y - pBitmap->m_Top, fill_argb);
    [all...]
fpdf_render.cpp 537 FX_DWORD fill_argb = 0; local
539 fill_argb = GetFillArgb(pPathObj);
575 return m_pDevice->DrawPath(pPathObj->m_Path, &path_matrix, &graphState, fill_argb, stroke_argb, FillType, 0, NULL, m_curBlend);
    [all...]

Completed in 47 milliseconds