Searched refs:FONT_FACE_STMT (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/
H A Dsp-style-elem.cpp118 enum StmtType { NO_STMT, FONT_FACE_STMT, NORMAL_RULESET_STMT }; enumerator in enum:StmtType
206 parse_tmp.stmtType = FONT_FACE_STMT;
216 if (parse_tmp.stmtType != FONT_FACE_STMT || parse_tmp.currStmt != NULL) {
217 g_warning("Expecting currStmt==NULL and stmtType==1 (FONT_FACE_STMT) at end of @font-face, but found currStmt=%p, stmtType=%u",
234 if (parse_tmp.stmtType == FONT_FACE_STMT) {
236 g_warning("Found non-NULL currStmt %p though stmtType==FONT_FACE_STMT.", parse_tmp.currStmt);

Completed in 45 milliseconds