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

  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonGNUInfo.cpp 20 : GNUInfo(pTargetOptions.triple()), m_Options(pTargetOptions) {
26 return llvm::StringSwitch<uint64_t>(m_Options.getTargetCPU())
HexagonGNUInfo.h 38 const TargetOptions& m_Options;
  /frameworks/compile/mclinker/lib/Core/
LinkerConfig.cpp 20 : m_Options(),
32 : m_Options(),
  /frameworks/compile/mclinker/include/mcld/
LinkerConfig.h 72 const GeneralOptions& options() const { return m_Options; }
73 GeneralOptions& options() { return m_Options; }
99 GeneralOptions m_Options;
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render.cpp 235 m_Options = *pOptions;
311 if (m_Options.m_pOCContext && pObj->m_ContentMark.NotNull())
312 if (!m_Options.m_pOCContext->CheckObjectVisible(pObj)) {
340 if (m_Options.m_pOCContext && pObj->m_ContentMark.NotNull())
341 if (!m_Options.m_pOCContext->CheckObjectVisible(pObj)) {
478 if (!buffer.Initialize(m_pContext, m_pDevice, &rect, pObj, &m_Options, res)) {
492 status.Initialize(m_Level + 1, m_pContext, buffer.GetDevice(), buffer.GetMatrix(), NULL, NULL, NULL, &m_Options, m_Transparency, m_bDropObjects, pFormResource);
500 if (pOC && m_Options.m_pOCContext && !m_Options.m_pOCContext->CheckOCGVisible(pOC)) {
511 this, pFormObj, &m_Options, m_Transparency, m_bDropObjects, pResources, TRUE);
    [all...]
fpdf_render_image.cpp 51 if (m_Options.m_Flags & RENDER_FORCE_DOWNSAMPLE) {
53 } else if (m_Options.m_Flags & RENDER_FORCE_HALFTONE) {
84 FX_DWORD fill_argb = m_Options.TranslateColor(mask_argb);
392 if (m_pRenderStatus->m_Options.m_ColorMode == RENDER_COLOR_ALPHA && m_Loader.m_pMask == NULL) {
421 } else if (m_pRenderStatus->m_Options.m_ColorMode == RENDER_COLOR_GRAY) {
423 m_pClone->ConvertColorScale(m_pRenderStatus->m_Options.m_BackColor, m_pRenderStatus->m_Options.m_ForeColor);
428 if (m_pRenderStatus->m_Options.m_Flags & RENDER_FORCE_DOWNSAMPLE) {
430 } else if (m_pRenderStatus->m_Options.m_Flags & RENDER_FORCE_HALFTONE) {
434 if (!(m_pRenderStatus->m_Options.m_Flags & RENDER_FORCE_HALFTONE)) {
    [all...]
fpdf_render_pattern.cpp 775 int fill_mode = m_Options.m_Flags;
806 if (m_Options.m_ColorMode == RENDER_COLOR_GRAY) {
807 pBitmap->ConvertColorScale(m_Options.m_ForeColor, m_Options.m_BackColor);
    [all...]
fpdf_render_text.cpp 293 if (m_Options.m_Flags & RENDER_NOTEXTSMOOTH) {
301 &text_matrix, fill_argb, &m_Options);
430 CPDF_RenderOptions Options = m_Options;
render_int.h 104 CPDF_RenderOptions m_Options;
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_parser_old.cpp 113 CPDF_Stream* pStream = m_pSyntax->ReadInlineStream(m_pDocument, pDict, pCSObj, m_Options.m_bDecodeInlineImage);
127 if (m_Options.m_bTextOnly) {
943 m_Options = *pOptions;
    [all...]
fpdf_page_parser_new.cpp 616 m_Options = *pOptions;
637 pPage->m_pResources, &pPage->m_BBox, &m_Options, NULL, 0);
pageint.h 143 CPDF_ParseOptions m_Options;
340 CPDF_ParseOptions m_Options;
fpdf_page_parser.cpp 108 m_Options = *pOptions;
390 if (m_Options.m_bTextOnly) {
398 if (m_Options.m_bTextOnly) {
405 if (m_Options.m_bTextOnly) {
413 if (m_Options.m_bTextOnly) {
420 if (!m_Options.m_bMarkedContent) {
443 if (!m_Options.m_bMarkedContent) {
609 if (m_Options.m_bTextOnly) {
629 if (m_Options.m_bTextOnly) {
641 if (m_Options.m_bTextOnly) {
    [all...]

Completed in 399 milliseconds