Home
last modified time | relevance | path

Searched refs:B_PIC_STROKE_ARC (Results 1 – 3 of 3) sorted by relevance

/haiku/headers/private/interface/
H A DPictureProtocol.h21 B_PIC_STROKE_ARC = 0x0113, enumerator
/haiku/src/kits/interface/
H A DPictureDataWriter.cpp404 BeginOp(fill ? B_PIC_FILL_ARC : B_PIC_STROKE_ARC); in WriteDrawArc()
H A DPicturePlayer.cpp642 RETURN_STRING(B_PIC_STROKE_ARC); in PictureOpToString()
997 case B_PIC_STROKE_ARC: in _Play()