Home | History | Annotate | Download | only in rendering

Lines Matching refs:InlineBox

39 class InlineBox;
254 InlineBox* box;
298 virtual void start(InlineBox*) = 0;
299 virtual void end(InlineBox*) = 0;
301 virtual bool setupBackground(InlineBox*) = 0;
302 virtual bool setupFill(InlineBox*) = 0;
303 virtual bool setupFillSelection(InlineBox*) = 0;
304 virtual bool setupStroke(InlineBox*) = 0;
305 virtual bool setupStrokeSelection(InlineBox*) = 0;
306 virtual bool setupForeground(InlineBox*) = 0;
319 typedef void (CallbackClass::*SVGTextChunkStartCallback)(InlineBox* box);
320 typedef void (CallbackClass::*SVGTextChunkEndCallback)(InlineBox* box);
322 typedef bool (CallbackClass::*SVGTextChunkSetupBackgroundCallback)(InlineBox* box);
323 typedef bool (CallbackClass::*SVGTextChunkSetupFillCallback)(InlineBox* box);
324 typedef bool (CallbackClass::*SVGTextChunkSetupStrokeCallback)(InlineBox* box);
325 typedef bool (CallbackClass::*SVGTextChunkSetupForegroundCallback)(InlineBox* box);
359 virtual void start(InlineBox* box)
367 virtual void end(InlineBox* box)
375 virtual bool setupBackground(InlineBox* box)
384 virtual bool setupFill(InlineBox* box)
393 virtual bool setupFillSelection(InlineBox* box)
402 virtual bool setupStroke(InlineBox* box)
411 virtual bool setupStrokeSelection(InlineBox* box)
420 virtual bool setupForeground(InlineBox* box)