![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "core/fxge/skia/fx_skia_device.h"#include <math.h>#include <stddef.h>#include <stdint.h>#include <algorithm>#include <array>#include <limits>#include <memory>#include <utility>#include <vector>#include "build/build_config.h"#include "core/fpdfapi/page/cpdf_expintfunc.h"#include "core/fpdfapi/page/cpdf_function.h"#include "core/fpdfapi/page/cpdf_meshstream.h"#include "core/fpdfapi/page/cpdf_sampledfunc.h"#include "core/fpdfapi/page/cpdf_shadingpattern.h"#include "core/fpdfapi/page/cpdf_stitchfunc.h"#include "core/fpdfapi/parser/cpdf_array.h"#include "core/fpdfapi/parser/cpdf_dictionary.h"#include "core/fpdfapi/parser/cpdf_stream.h"#include "core/fpdfapi/parser/cpdf_stream_acc.h"#include "core/fxcrt/cfx_bitstream.h"#include "core/fxcrt/check.h"#include "core/fxcrt/check_op.h"#include "core/fxcrt/data_vector.h"#include "core/fxcrt/fx_2d_size.h"#include "core/fxcrt/fx_coordinates.h"#include "core/fxcrt/fx_memory.h"#include "core/fxcrt/fx_system.h"#include "core/fxcrt/notreached.h"#include "core/fxcrt/numerics/safe_conversions.h"#include "core/fxcrt/ptr_util.h"#include "core/fxcrt/span.h"#include "core/fxcrt/stl_util.h"#include "core/fxge/agg/cfx_agg_imagerenderer.h"#include "core/fxge/cfx_defaultrenderdevice.h"#include "core/fxge/cfx_fillrenderoptions.h"#include "core/fxge/cfx_font.h"#include "core/fxge/cfx_graphstatedata.h"#include "core/fxge/cfx_path.h"#include "core/fxge/cfx_renderdevice.h"#include "core/fxge/cfx_substfont.h"#include "core/fxge/cfx_textrenderoptions.h"#include "core/fxge/dib/cfx_dibitmap.h"#include "core/fxge/dib/cstretchengine.h"#include "core/fxge/dib/fx_dib.h"#include "core/fxge/text_char_pos.h"#include "third_party/skia/include/core/SkBlendMode.h"#include "third_party/skia/include/core/SkCanvas.h"#include "third_party/skia/include/core/SkClipOp.h"#include "third_party/skia/include/core/SkColorFilter.h"#include "third_party/skia/include/core/SkColorPriv.h"#include "third_party/skia/include/core/SkColorType.h"#include "third_party/skia/include/core/SkImage.h"#include "third_party/skia/include/core/SkImageInfo.h"#include "third_party/skia/include/core/SkMaskFilter.h"#include "third_party/skia/include/core/SkPaint.h"#include "third_party/skia/include/core/SkPath.h"#include "third_party/skia/include/core/SkPathEffect.h"#include "third_party/skia/include/core/SkPathUtils.h"#include "third_party/skia/include/core/SkPixmap.h"#include "third_party/skia/include/core/SkRSXform.h"#include "third_party/skia/include/core/SkRect.h"#include "third_party/skia/include/core/SkRefCnt.h"#include "third_party/skia/include/core/SkSamplingOptions.h"#include "third_party/skia/include/core/SkShader.h"#include "third_party/skia/include/core/SkStream.h"#include "third_party/skia/include/core/SkSurface.h"#include "third_party/skia/include/core/SkTextBlob.h"#include "third_party/skia/include/core/SkTileMode.h"#include "third_party/skia/include/core/SkTypeface.h"#include "third_party/skia/include/effects/SkDashPathEffect.h"#include "third_party/skia/include/effects/SkGradientShader.h"#include "third_party/skia/include/pathops/SkPathOps.h"Go to the source code of this file.
Macros | |
| #define | SHOW_SKIA_PATH 0 |
| #define SHOW_SKIA_PATH 0 |
Definition at line 85 of file fx_skia_device.cpp.