Home
last modified time | relevance | path

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

/haiku/headers/private/interface/
H A DPictureProtocol.h72 B_PIC_SET_TRANSFORM = 0x0390, enumerator
/haiku/src/kits/interface/
H A DPicturePlayer.cpp676 RETURN_STRING(B_PIC_SET_TRANSFORM); in PictureOpToString()
911 || header->op > B_PIC_SET_TRANSFORM) { in _Play()
1588 case B_PIC_SET_TRANSFORM: in _Play()
H A DPictureDataWriter.cpp193 BeginOp(B_PIC_SET_TRANSFORM); in WriteSetTransform()