Home | History | Annotate | Download | only in ge

Lines Matching defs:CFX_RenderDevice

7 #include "core/fxge/cfx_renderdevice.h"
364 CFX_RenderDevice::CFX_RenderDevice()
372 CFX_RenderDevice::~CFX_RenderDevice() {
379 void CFX_RenderDevice::Flush() {
384 void CFX_RenderDevice::SetDeviceDriver(
390 void CFX_RenderDevice::InitDeviceInfo() {
404 void CFX_RenderDevice::SaveState() {
408 void CFX_RenderDevice::RestoreState(bool bKeepSaved) {
413 int CFX_RenderDevice::GetDeviceCaps(int caps_id) const {
416 CFX_Matrix CFX_RenderDevice::GetCTM() const {
420 bool CFX_RenderDevice::CreateCompatibleBitmap(CFX_DIBitmap* pDIB,
440 bool CFX_RenderDevice::SetClip_PathFill(const CFX_PathData* pPathData,
451 bool CFX_RenderDevice::SetClip_PathStroke(
463 bool CFX_RenderDevice::SetClip_Rect(const FX_RECT& rect) {
473 void CFX_RenderDevice
482 bool CFX_RenderDevice::DrawPathWithBlend(const CFX_PathData* pPathData,
591 bool CFX_RenderDevice::DrawFillStrokePath(const CFX_PathData* pPathData,
648 bool CFX_RenderDevice::SetPixel(int x, int y, uint32_t color) {
656 bool CFX_RenderDevice::FillRectWithBlend(const FX_RECT* pRect,
682 bool CFX_RenderDevice::DrawCosmeticLine(FX_FLOAT x1,
701 bool CFX_RenderDevice::GetDIBits(CFX_DIBitmap* pBitmap, int left, int top) {
707 CFX_DIBitmap* CFX_RenderDevice::GetBackDrop() {
711 bool CFX_RenderDevice::SetDIBitsWithBlend(const CFX_DIBSource* pBitmap,
761 bool CFX_RenderDevice::StretchDIBitsWithFlagsAndBlend(
779 bool CFX_RenderDevice::SetBitMask(const CFX_DIBSource* pBitmap,
788 bool CFX_RenderDevice::StretchBitMask(const CFX_DIBSource* pBitmap,
798 bool CFX_RenderDevice::StretchBitMaskWithFlags(const CFX_DIBSource* pBitmap,
813 bool CFX_RenderDevice::StartDIBitsWithBlend(const CFX_DIBSource* pBitmap,
824 bool CFX_RenderDevice::ContinueDIBits(void* handle, IFX_Pause* pPause) {
828 void CFX_RenderDevice::CancelDIBits(void* handle) {
833 void CFX_RenderDevice::DebugVerifyBitmapIsPreMultiplied() const {
837 bool CFX_RenderDevice::SetBitsWithMask(const CFX_DIBSource* pBitmap,
848 bool CFX_RenderDevice::DrawNormalText(int nChars,
1067 bool CFX_RenderDevice::DrawTextPath(int nChars,