Searched refs:renderType (Results 1 – 4 of 4) sorted by relevance
69 auto renderType = Properties::getRenderPipelineType(); in create() local71 switch (renderType) { in create()82 LOG_ALWAYS_FATAL("canvas context type %d not supported", (int32_t) renderType); in create()89 auto renderType = Properties::getRenderPipelineType(); in destroyLayer() local90 switch (renderType) { in destroyLayer()99 LOG_ALWAYS_FATAL("canvas context type %d not supported", (int32_t) renderType); in destroyLayer()106 auto renderType = Properties::getRenderPipelineType(); in invokeFunctor() local107 switch (renderType) { in invokeFunctor()118 LOG_ALWAYS_FATAL("canvas context type %d not supported", (int32_t) renderType); in invokeFunctor()124 auto renderType = Properties::getRenderPipelineType(); in prepareToDraw() local[all …]
206 auto renderType = Properties::getRenderPipelineType(); in readback() local207 switch (renderType) { in readback()219 LOG_ALWAYS_FATAL("canvas context type %d not supported", (int32_t) renderType); in readback()
236 auto renderType = getRenderPipelineType(); in isSkiaEnabled() local237 return RenderPipelineType::SkiaGL == renderType in isSkiaEnabled()238 || RenderPipelineType::SkiaVulkan == renderType; in isSkiaEnabled()
260 const ClipBase* renderClip, TextRenderType renderType) { in renderText() argument300 bool forceFinish = (renderType == TextRenderType::Flush); in renderText()327 TextRenderType renderType = (i + 1 == opList.count) in onMergedTextOps() local329 renderText(renderer, op, state, clip, renderType); in onMergedTextOps()